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/12/02 01:37:57 UTC

[arrow] branch master updated (0ddc1f4 -> 41c9b18)

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 0ddc1f4  ARROW-6473: Dictionary encoding format clarifications/future proofing
     add 41c9b18  ARROW-7026: [Java] Remove assertions in MessageSerializer/vector/writer/reader

No new revisions were added by this update.

Summary of changes:
 java/vector/src/main/codegen/templates/StructWriters.java    |  2 +-
 .../org/apache/arrow/vector/BaseVariableWidthVector.java     |  2 +-
 .../java/org/apache/arrow/vector/complex/StructVector.java   |  2 +-
 .../java/org/apache/arrow/vector/ipc/JsonFileReader.java     |  3 ++-
 .../java/org/apache/arrow/vector/ipc/JsonFileWriter.java     |  5 +++--
 .../apache/arrow/vector/ipc/message/MessageSerializer.java   | 12 ++++++------
 6 files changed, 14 insertions(+), 12 deletions(-)