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 2020/01/17 06:23:57 UTC

[arrow] branch master updated (1b567e6 -> 1953fac)

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 1b567e6  ARROW-6836: [Format] add a custom_metadata:[KeyValue] field to the Footer table in File.fbs
     add 1953fac  ARROW-7284: [Java] ensure java implementation meets clarified dictionary spec

No new revisions were added by this update.

Summary of changes:
 .../org/apache/arrow/vector/ipc/ArrowReader.java   |  27 +++
 .../vector/ipc/message/ArrowDictionaryBatch.java   |  15 ++
 .../vector/ipc/message/MessageSerializer.java      |   4 +-
 .../arrow/vector/ipc/TestArrowReaderWriter.java    | 246 ++++++++++++++++++---
 4 files changed, 259 insertions(+), 33 deletions(-)