@pitrou has recently made some significant improvements to hashing / dictionary encoding machinery in Apache Arrow
eaf8d32
parquet-cpp is using a custom hash table
https://github.com/apache/arrow/blob/master/cpp/src/parquet/encoding-internal.h#L456
It would be nice to utilize common hash table machinery if possible. We should of course make sure that such a change does not cause performance regressions (performance improved due to Antoine's patch, so perf may also get better on the Parquet write path)
Reporter: Wes McKinney / @wesm
Assignee: Antoine Pitrou / @pitrou
PRs and other links:
Note: This issue was originally created as PARQUET-1463. Please see the migration documentation for further details.