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 62fd703 ARROW-6291: [C++] Do not override ARROW_PARQUET if other
PARQUET options are enabled
add 5e3c1aa ARROW-6070: [Java] Avoid creating new schema before IPC
sending
No new revisions were added by this update.
Summary of changes:
.../org/apache/arrow/flight/DictionaryUtils.java | 39 ++++++++--
.../apache/arrow/flight/TestDictionaryUtils.java | 91 ++++++++++++++++++++++
.../arrow/vector/util/DictionaryUtility.java | 30 ++++++-
3 files changed, 150 insertions(+), 10 deletions(-)
create mode 100644
java/flight/src/test/java/org/apache/arrow/flight/TestDictionaryUtils.java