You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by em...@apache.org on 2019/08/22 04:15:42 UTC

[arrow] branch master updated (62fd703 -> 5e3c1aa)

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