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

github-bot pushed a change to branch 
dependabot/maven/com.github.luben-zstd-jni-1.5.7-4
in repository https://gitbox.apache.org/repos/asf/arrow-java.git


 discard b560a731 MINOR: Bump com.github.luben:zstd-jni from 1.5.7-2 to 1.5.7-4
     add 45295a58 GH-731: Avro adapter, output dictionary-encoded fields as 
enums (#779)
     add d0e9d147 MINOR: Bump 
com.gradle:common-custom-user-data-maven-extension from 2.0.1 to 2.0.3 (#785)
     add 7bd624a5 MINOR: Bump com.github.luben:zstd-jni from 1.5.7-2 to 1.5.7-4

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b560a731)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.github.luben-zstd-jni-1.5.7-4 (7bd624a5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .mvn/extensions.xml                                |   2 +-
 .../arrow/adapter/avro/ArrowToAvroUtils.java       | 226 ++++++++++++++++++---
 .../adapter/avro/producers/AvroEnumProducer.java   |  12 +-
 ...oducer.java => DictionaryDecodingProducer.java} |  35 ++--
 .../arrow/adapter/avro/ArrowToAvroDataTest.java    |  81 ++++++++
 .../arrow/adapter/avro/ArrowToAvroSchemaTest.java  | 129 ++++++++++++
 .../arrow/adapter/avro/RoundTripDataTest.java      | 110 +++++++++-
 .../arrow/adapter/avro/RoundTripSchemaTest.java    |  63 +++++-
 8 files changed, 589 insertions(+), 69 deletions(-)
 copy 
adapter/avro/src/main/java/org/apache/arrow/adapter/avro/producers/{AvroStringProducer.java
 => DictionaryDecodingProducer.java} (56%)

Reply via email to