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

github-bot pushed a change to branch dependabot/maven/jackson.version-2.16.1
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


    omit 64f7c3d6d Bump jackson.version from 2.16.0 to 2.16.1
     add 19f284355 PARQUET-2413: Support configurable extraMetadata in 
ParquetWriter (#1241)
     add 15ad966ec PARQUET-2344: Bump to Thrift 0.19.0 (#1192)
     add e87b80308 PARQUET-2060: Fix infinite loop while reading corrupt files 
(#1245)
     add f417cf71a Bump jackson.version from 2.16.0 to 2.16.1

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   (64f7c3d6d)
            \
             N -- N -- N   refs/heads/dependabot/maven/jackson.version-2.16.1 
(f417cf71a)

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:
 README.md                                          | 10 ++--
 dev/ci-before_install.sh                           |  2 +-
 .../apache/parquet/column/ParquetProperties.java   | 15 ++++++
 .../main/java/org/apache/parquet/schema/Types.java |  3 ++
 parquet-format-structures/pom.xml                  |  5 ++
 .../apache/parquet/format/InterningProtocol.java   | 57 +++++++++++++++++++++
 .../org/apache/parquet/hadoop/ParquetWriter.java   | 43 +++++++++++++---
 .../hadoop/codec/NonBlockedDecompressorStream.java |  9 ++++
 .../hadoop/example/ExampleParquetWriter.java       | 14 +++--
 .../apache/parquet/hadoop/TestParquetWriter.java   | 59 ++++++++++++++++++++++
 .../parquet/hadoop/codec/TestCompressionCodec.java | 21 ++++++++
 parquet-thrift/pom.xml                             |  5 ++
 .../thrift/BufferedProtocolReadToWrite.java        | 27 ++++++++++
 .../org/apache/parquet/thrift/ParquetProtocol.java | 11 ++++
 .../parquet/thrift/ParquetWriteProtocol.java       |  1 +
 .../parquet/thrift/ThriftSchemaConvertVisitor.java |  6 +++
 .../parquet/thrift/ThriftSchemaConverter.java      | 16 +++---
 .../projection/amend/DefaultEventsVisitor.java     | 14 +++++
 .../thrift/struct/CompatibilityChecker.java        |  5 ++
 .../apache/parquet/thrift/struct/ThriftType.java   | 27 +++++++++-
 .../apache/parquet/thrift/struct/ThriftTypeID.java | 16 ++++--
 .../parquet/thrift/projection/TestFieldsPath.java  |  5 ++
 pom.xml                                            |  8 ++-
 23 files changed, 346 insertions(+), 33 deletions(-)

Reply via email to