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/21 05:37:24 UTC

[arrow] branch master updated (586ef2b -> be6ffcf)

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 586ef2b  ARROW-5985: [Developer] Do not suggest setting Fix Version for patch releases by default
     add be6ffcf  ARROW-6040: [Java] Dictionary entries are required in IPC streams even when empty

No new revisions were added by this update.

Summary of changes:
 .../apache/arrow/adapter/orc/OrcStripeReader.java  |   6 -
 .../apache/arrow/vector/ipc/ArrowFileReader.java   |  21 ++
 .../org/apache/arrow/vector/ipc/ArrowReader.java   |  19 +-
 .../apache/arrow/vector/ipc/ArrowStreamReader.java |  71 +++---
 .../org/apache/arrow/vector/ipc/ArrowWriter.java   |  13 +
 .../arrow/vector/ipc/TestArrowReaderWriter.java    | 276 ++++++++++++++++++++-
 6 files changed, 352 insertions(+), 54 deletions(-)