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/11 05:04:50 UTC

[arrow] branch master updated (b178e15 -> bdfdc79)

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 b178e15  ARROW-7277: [Java] [Doc] Add discussion about vector lifecycle
     add bdfdc79  ARROW-7490: [Java] Avro converter should convert attributes and props to FieldType metadata

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/arrow/AvroToArrowUtils.java    | 173 ++++++++++++++-------
 .../java/org/apache/arrow/AvroToArrowTest.java     |  72 +++++++++
 .../test_enum_attrs.avsc}                          |   5 +-
 .../test_fixed_attr.avsc}                          |   5 +-
 .../test_record_attrs.avsc}                        |  11 +-
 5 files changed, 199 insertions(+), 67 deletions(-)
 copy java/adapter/avro/src/test/resources/schema/{test_primitive_enum.avsc => attrs/test_enum_attrs.avsc} (92%)
 copy java/adapter/avro/src/test/resources/schema/{test_fixed.avsc => attrs/test_fixed_attr.avsc} (91%)
 copy java/adapter/avro/src/test/resources/schema/{skip/test_skip_record_before.avsc => attrs/test_record_attrs.avsc} (79%)