This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.apache.arrow-arrow-vector-18.3.0
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
omit c920cd5ef Bump org.apache.arrow:arrow-vector from 17.0.0 to 18.3.0
add ee2c751f2 GH-3358: Option to set Thrift max message size (#3359)
add 2ccc24312 MINOR: parquet-avro tests should not debug to stderr (#3329)
add 5040a63e8 Bump protobuf.version from 3.25.6 to 4.30.2 (#3182)
add 6b2940ca1 Remove unused parquet-thrift dependencies (#3323)
add 893ef11df Bump easymock 5.6.0 to support Java 25 (#3363)
add 7453be4de Bump com.google.guava:guava from 33.4.0-jre to 33.5.0-jre
(#3366)
add 7ec328466 Exclude `package-info.class` from shaded fastutil (#3322)
add 46218f2c0 Bump commons-io:commons-io from 2.18.0 to 2.21.0 (#3369)
add 0ecd799dc Allow reading dictionary encoded boolean (#3370)
add a8ead9df9 Bump protobuf.version from 4.33.1 to 4.33.2 (#3373)
add fac0c7465 [maven-release-plugin] prepare release
apache-parquet-1.17.0-rc0
add 4147bc65a [maven-release-plugin] prepare for next development iteration
add f62b2c058 MINOR: Fix error message in SimpleGroup.add() for binary
(#3385)
add d5114473b Prepare for next development iteration
add 6abb257f5 Minor: Remove comment from `pom.xml` (#3382)
add 6e4a24949 Minor: `ci-before_install.sh` should show wget errors and
retry (#3381)
add 9ca04ca3f Minor: Upgrade spotless plugin (#3380)
add aa41aa121 Update to Java 11 (#3379)
add 427fe93fb MINOR: japicmp checks are failing after Java 11 release
(#3388)
add c7aeaaa8a MINOR: Post release of 1.17.0 (#3389)
add 7190ab6a5 GH-3372: Enhance ColumnSizeCommand to sort by size (#3371)
add 5afa72e20 hint IDE the source code generated by thrift (#3400)
add 7148464a6 [parquet-hadoop] bump aircompressor to mitigate
CVE-2025-67721 (#3403)
add 6c7cefdd8 GH-3383: Modernize mockito (#3384)
add efe71c218 GH-3404: fix CI
TestByteBitPacking512VectorLE.unpackValuesUsingVector randomly oom (#3405)
add 1f0c704b9 Bump org.apache.arrow:arrow-vector from 17.0.0 to 18.3.0
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 (c920cd5ef)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.arrow-arrow-vector-18.3.0 (1f0c704b9)
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:
.github/workflows/vector-plugins.yml | 2 +-
README.md | 10 +-
dev/ci-before_install.sh | 14 +-
parquet-arrow/pom.xml | 2 +-
parquet-avro/pom.xml | 22 +---
.../parquet/avro/TestAvroRecordConverter.java | 21 +--
.../parquet/avro/TestAvroSchemaConverter.java | 29 ++--
parquet-benchmarks/pom.xml | 2 +-
parquet-cli/pom.xml | 6 +-
.../parquet/cli/commands/ColumnSizeCommand.java | 72 +++++++++-
parquet-column/pom.xml | 10 +-
.../java/org/apache/parquet/column/Encoding.java | 3 +
.../values/dictionary/PlainValuesDictionary.java | 43 ++++++
.../parquet/example/data/simple/SimpleGroup.java | 2 +-
.../IncrementallyUpdatedFilterPredicate.java | 4 +-
.../parquet/io/RecordReaderImplementation.java | 2 +-
.../parquet/schema/LogicalTypeAnnotation.java | 6 +-
.../column/statistics/TestSizeStatistics.java | 16 +--
.../ByteStreamSplitValuesReaderTest.java | 2 +-
.../column/values/dictionary/TestDictionary.java | 69 ++++++++++
.../rle/TestRunLengthBitPackingHybridEncoder.java | 5 +-
.../filter2/recordlevel/TestValueInspector.java | 3 +-
.../column/columnindex/TestColumnIndexBuilder.java | 27 ++--
.../parquet/io/ExpectationValidatingConverter.java | 3 +-
.../java/org/apache/parquet/io/TestColumnIO.java | 6 +-
.../parquet/schema/TestPrimitiveStringifier.java | 14 +-
parquet-common/pom.xml | 4 +-
.../org/apache/parquet/SemanticVersionTest.java | 3 +-
.../org/apache/parquet/bytes/TestBytesInput.java | 6 +-
.../TestConcatenatingByteBufferCollector.java | 4 +-
.../parquet/bytes/TestMultiBufferInputStream.java | 3 +-
.../java/org/apache/parquet/glob/TestGlob.java | 54 ++++----
parquet-encoding/pom.xml | 2 +-
parquet-format-structures/pom.xml | 21 ++-
.../main/java/org/apache/parquet/format/Util.java | 72 +++++++++-
parquet-generator/pom.xml | 2 +-
parquet-hadoop-bundle/pom.xml | 2 +-
parquet-hadoop/pom.xml | 14 +-
.../format/converter/ParquetMetadataConverter.java | 51 ++++++-
.../org/apache/parquet/hadoop/PrintFooter.java | 3 +-
.../mapred/DeprecatedParquetInputFormat.java | 3 +-
.../crypto/keytools/samples/VaultClient.java | 4 +-
.../apache/parquet/encodings/FileEncodingsIT.java | 5 +-
.../parquet/filter2/compat/TestRowGroupFilter.java | 23 ++--
.../dictionarylevel/DictionaryFilterTest.java | 11 +-
.../recordlevel/TestRecordLevelFilters.java | 13 +-
.../statisticslevel/TestStatisticsFilter.java | 84 ++++++------
.../converter/TestParquetMetadataConverter.java | 22 ++--
.../apache/parquet/hadoop/TestBloomFiltering.java | 3 +-
.../hadoop/TestColumnChunkPageWriteStore.java | 8 +-
.../parquet/hadoop/TestColumnIndexFiltering.java | 3 +-
.../parquet/hadoop/TestDataPageChecksums.java | 19 ++-
.../org/apache/parquet/hadoop/TestInputFormat.java | 4 +-
.../hadoop/TestInputFormatColumnProjection.java | 3 +-
.../parquet/hadoop/TestMergeMetadataFiles.java | 10 +-
.../TestParquetFileReaderMaxMessageSize.java | 146 +++++++++++++++++++++
.../parquet/hadoop/TestParquetFileWriter.java | 43 +++---
.../apache/parquet/hadoop/TestParquetReader.java | 5 +-
.../hadoop/TestParquetReaderRandomAccess.java | 3 +-
.../apache/parquet/hadoop/TestParquetWriter.java | 4 +-
.../parquet/hadoop/TestParquetWriterNewPage.java | 4 +-
.../parquet/hadoop/TestStoreBloomFilter.java | 3 +-
.../hadoop/example/TestInputOutputFormat.java | 3 +-
.../hadoop/rewrite/ParquetRewriterTest.java | 12 +-
.../parquet/hadoop/util/ColumnEncryptorTest.java | 21 ++-
.../parquet/hadoop/util/ColumnPrunerTest.java | 21 ++-
.../parquet/statistics/TestColumnIndexes.java | 2 +-
.../statistics/TestFloat16ReadWriteRoundTrip.java | 5 +-
.../parquet/statistics/TestFloat16Statistics.java | 5 +-
.../statistics/TestSizeStatisticsRoundTrip.java | 10 +-
.../apache/parquet/statistics/TestStatistics.java | 7 +-
parquet-jackson/pom.xml | 2 +-
parquet-plugins/parquet-encoding-vector/pom.xml | 2 +-
.../bitpacking/TestByteBitPacking512VectorLE.java | 62 ++++-----
parquet-plugins/parquet-plugins-benchmarks/pom.xml | 2 +-
parquet-protobuf/pom.xml | 4 +-
.../java/org/apache/parquet/proto/TestUtils.java | 6 +-
parquet-thrift/pom.xml | 67 +++++-----
.../TestStrictFieldProjectionFilter.java | 34 +++--
parquet-variant/pom.xml | 2 +-
pom.xml | 33 ++---
81 files changed, 882 insertions(+), 477 deletions(-)
create mode 100644
parquet-hadoop/src/test/java/org/apache/parquet/hadoop/TestParquetFileReaderMaxMessageSize.java