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

dependabot[bot] pushed a change to branch dependabot/maven/junit.version-6.1.0
in repository https://gitbox.apache.org/repos/asf/parquet-java.git


 discard 4cf3a5666 Bump junit.version from 5.14.4 to 6.1.0
     add 52c0a5e8c Bump org.cyclonedx:cyclonedx-maven-plugin from 2.9.1 to 
2.9.2 (#3635)
     add 75aed2896 GH-3628: prevent NPE & unclosed releaser (#3629)
     add f0030bd36 GH-3625: Compute dataSize correctly when dealing with 
duplicate keys (#3626)
     add cf81fa22d GH-3615: Introduce AssertJ for testing (#3616)
     add 9cd003bbf Bump junit.version from 5.14.4 to 6.1.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   (4cf3a5666)
            \
             N -- N -- N   refs/heads/dependabot/maven/junit.version-6.1.0 
(9cd003bbf)

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/hadoop/ColumnChunkPageReadStore.java   |  12 +-
 .../hadoop/TestColumnChunkPageReadStore.java       | 182 +++++++++++++++++++++
 .../org/apache/parquet/variant/VariantBuilder.java |   9 +-
 .../parquet/variant/TestVariantObjectBuilder.java  |  66 ++++++++
 pom.xml                                            |  11 +-
 5 files changed, 272 insertions(+), 8 deletions(-)
 create mode 100644 
parquet-hadoop/src/test/java/org/apache/parquet/hadoop/TestColumnChunkPageReadStore.java

Reply via email to