You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/01/08 01:59:17 UTC

[arrow] branch master updated (6b85f6e -> 84fd847)

This is an automated email from the ASF dual-hosted git repository.

liyafan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 6b85f6e  ARROW-10962: [FlightRPC][Java] fill in empty body buffer if needed
     add 84fd847  ARROW-11114: [Java] Fix Schema and Field metadata JSON serialization

No new revisions were added by this update.

Summary of changes:
 .../org/apache/arrow/vector/types/pojo/Field.java  |  8 ++-
 .../org/apache/arrow/vector/types/pojo/Schema.java | 28 +++++++++-
 .../apache/arrow/vector/types/pojo/TestField.java  | 63 ++++++++++++++++++++++
 .../apache/arrow/vector/types/pojo/TestSchema.java | 21 ++++++++
 4 files changed, 117 insertions(+), 3 deletions(-)
 create mode 100644 java/vector/src/test/java/org/apache/arrow/vector/types/pojo/TestField.java