This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.github.siom79.japicmp-japicmp-maven-plugin-0.25.4
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
omit 0b6142e05 Bump com.github.siom79.japicmp:japicmp-maven-plugin
add bce27e32d Bump org.mockito:mockito-core from 5.21.0 to 5.22.0 (#3436)
add a28fdc269 Bump org.apache:apache from 33 to 37 (#3431)
add a49af99c7 Bump protobuf.version from 4.33.2 to 4.34.0 (#3441)
add 6d03d9df8 Bump com.github.luben:zstd-jni from 1.5.7-3 to 1.5.7-7
(#3442)
add 36da69a8b Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0
to 3.6.2 (#3430)
add 1eaab3e87 Bump org.xerial.snappy:snappy-java from 1.1.10.7 to 1.1.10.8
(#3426)
add 33426a682 Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.6.3
(#3440)
add e8d1a553b Bump org.apache.parquet:parquet-pig from 1.15.0 to 1.15.2
(#3420)
add 51ea6100b Bump commons-logging:commons-logging from 1.3.5 to 1.3.6
(#3418)
add c1b6aa35c Bump com.google.re2j:re2j from 1.7 to 1.8 (#3433)
add 01b96de7d Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0
(#3429)
add 2686e8578 GH-3411: Expose row group index (#3412)
add 38b88d3df Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 (#3445)
add ef7228a39 Bump net.openhft:zero-allocation-hashing from 0.27ea0 to
0.27ea1 (#3419)
add 3212f68c5 Bump org.tukaani:xz from 1.10 to 1.12 (#3417)
add 73511ffe9 Bump it.unimi.dsi:fastutil from 8.5.15 to 8.5.18 (#3422)
add 64c35db47 Bump org.apache.commons:commons-text from 1.13.1 to 1.15.0
(#3438)
add 689547cc9 GH-3449: Fix BinaryStats int overflow (#3448)
add 95f4d3fcc Bump protobuf.version from 4.34.0 to 4.34.1 (#3453)
add 8ed9a5fcf Bump org.apache.arrow:arrow-vector from 17.0.0 to 19.0.0
(#3454)
add d9612c4bb GH-3410: Bump jackson dependencies from 2.19.2 to 2.21.2
(#3460)
add b9a262424 Bump com.github.siom79.japicmp:japicmp-maven-plugin
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 (0b6142e05)
\
N -- N -- N
refs/heads/dependabot/maven/com.github.siom79.japicmp-japicmp-maven-plugin-0.25.4
(b9a262424)
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-arrow/pom.xml | 2 +-
.../parquet/arrow/schema/SchemaConverter.java | 20 +++++++++++++
parquet-cli/pom.xml | 6 ++--
.../column/statistics/BinaryStatistics.java | 6 ++--
.../parquet/column/statistics/TestStatistics.java | 11 ++++++++
parquet-hadoop/pom.xml | 4 +--
.../hadoop/InternalParquetRecordReader.java | 8 ++++++
.../apache/parquet/hadoop/ParquetFileReader.java | 8 ++++++
.../org/apache/parquet/hadoop/ParquetReader.java | 11 ++++++++
.../apache/parquet/hadoop/ParquetRecordReader.java | 8 ++++++
.../apache/parquet/hadoop/TestParquetReader.java | 33 ++++++++++++++++++++++
parquet-jackson/pom.xml | 2 +-
parquet-plugins/parquet-encoding-vector/pom.xml | 2 +-
parquet-plugins/parquet-plugins-benchmarks/pom.xml | 2 +-
parquet-protobuf/pom.xml | 2 +-
parquet-thrift/pom.xml | 6 ++--
pom.xml | 23 +++++++--------
17 files changed, 127 insertions(+), 27 deletions(-)