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 ee5b04a ARROW-6866: [Java] Improve the performance of calculating
hash code for struct vector
add ac99ca0 ARROW-6933: [Java] Suppor linear dictionary encoder
No new revisions were added by this update.
Summary of changes:
...ryEncoder.java => LinearDictionaryEncoder.java} | 60 +++++++++++++---------
.../arrow/algorithm/search/VectorSearcher.java | 2 +-
...coder.java => TestLinearDictionaryEncoder.java} | 36 +++++--------
3 files changed, 51 insertions(+), 47 deletions(-)
copy
java/algorithm/src/main/java/org/apache/arrow/algorithm/dictionary/{SearchDictionaryEncoder.java
=> LinearDictionaryEncoder.java} (60%)
copy
java/algorithm/src/test/java/org/apache/arrow/algorithm/dictionary/{TestSearchDictionaryEncoder.java
=> TestLinearDictionaryEncoder.java} (89%)