This is an automated email from the ASF dual-hosted git repository.
emkornfield pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 018e1ff ARROW-6877: [C++] Add additional Boost versions to support
1.71 and the presumed next 2 future versions
add 08d6343 ARROW-6184: [Java] Provide hash table based dictionary encoder
No new revisions were added by this update.
Summary of changes:
.../dictionary/HashTableDictionaryEncoder.java | 144 +++++++++++++++++++++
.../dictionary/SearchDictionaryEncoder.java | 17 +--
...er.java => TestHashTableDictionaryEncoder.java} | 54 ++++----
.../dictionary/TestSearchDictionaryEncoder.java | 2 +-
4 files changed, 173 insertions(+), 44 deletions(-)
create mode 100644
java/algorithm/src/main/java/org/apache/arrow/algorithm/dictionary/HashTableDictionaryEncoder.java
copy
java/algorithm/src/test/java/org/apache/arrow/algorithm/dictionary/{TestSearchDictionaryEncoder.java
=> TestHashTableDictionaryEncoder.java} (85%)