This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/protobuf.version-4.30.2
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
discard 0756ddf4b Bump protobuf.version from 3.25.6 to 4.30.2
add 44701aae0 Remove unused test dependencies (#3324)
add 2bcd2bde7 GH-3350: Avoid flushing data to cloud when exception is
thrown (#3351)
add dfc025e17 GH-3213: Add the configuration for ByteStreamSplit encoding
(#3214)
add 8e740f07c GH-3315: Variant binary read does not take length into
account (#3333)
add a6bad6a8e GH-3175: support protobuf library version 4 (#3352)
add 995677569 Bump protobuf.version from 3.25.6 to 4.30.2
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 (0756ddf4b)
\
N -- N -- N refs/heads/dependabot/maven/protobuf.version-4.30.2
(995677569)
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:
parquet-cli/pom.xml | 2 +-
parquet-column/pom.xml | 18 -
.../hadoop/InternalParquetRecordWriter.java | 4 +
.../apache/parquet/hadoop/ParquetFileWriter.java | 865 +++++++++++----------
.../org/apache/parquet/hadoop/ParquetWriter.java | 5 +
.../apache/parquet/hadoop/TestParquetWriter.java | 78 ++
parquet-protobuf/pom.xml | 2 +-
.../apache/parquet/proto/ProtoWriteSupport.java | 11 +-
.../org/apache/parquet/variant/VariantUtil.java | 4 +-
.../parquet/variant/TestVariantObjectBuilder.java | 36 +
10 files changed, 608 insertions(+), 417 deletions(-)