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
discard 1498e7925 Bump jackson.version from 2.16.0 to 2.16.1
add 621f067a5 Bump com.google.api.grpc:proto-google-common-protos (#1247)
add c82d5b471 chore: improve Thrift install instructions (#1251)
add d03b49bd2 PARQUET-2420 : ThriftParquetWriter Convert byte to
LogicalType int32 bitWidth 8 instead of primitive int32 (#1254)
add 8264d8b23 PARQUET-2418: Add integration test for BYTE_STREAM_SPLIT
(#1255)
add ed308ff61 PARQUET-2419: Reduce noisy logging when running test suite
(#1253)
add eface4db2 PARQUET-2373: Improve performance with bloom_filter_length
(#1184)
add 49c0310f2 Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre
(#1260)
add a4dc07b7d Bump com.google.truth.extensions:truth-proto-extension
(#1259)
add 9806fdabb Bump protobuf.version from 3.25.1 to 3.25.2 (#1258)
add 99059bd5e Bump joda-time:joda-time from 2.12.5 to 2.12.6 (#1257)
add df543e1b2 Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0
to 2.16.1 (#1252)
add 64f7c3d6d 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 (1498e7925)
\
N -- N -- N refs/heads/dependabot/maven/jackson.version-2.16.1
(64f7c3d6d)
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/ci-hadoop2.yml | 2 +-
.github/workflows/ci-hadoop3.yml | 2 +-
.github/workflows/vector-plugins.yml | 2 +-
README.md | 2 +-
.../parquet/column/mem/TestMemPageStore.java | 8 +-
.../io/ExpectationValidatingRecordConsumer.java | 1 -
.../format/converter/ParquetMetadataConverter.java | 7 +
.../apache/parquet/hadoop/ParquetFileReader.java | 22 +-
.../apache/parquet/hadoop/ParquetFileWriter.java | 3 +
.../hadoop/metadata/ColumnChunkMetaData.java | 22 +-
.../apache/parquet/encodings/FileEncodingsIT.java | 9 +-
.../converter/TestParquetMetadataConverter.java | 25 +++
.../parquet/hadoop/DeprecatedInputFormatTest.java | 9 +-
.../parquet/hadoop/ITTestEncryptionOptions.java | 5 +-
.../org/apache/parquet/hadoop/InterOpTester.java | 78 +++++++
.../parquet/hadoop/TestDirectCodecFactory.java | 6 +-
.../parquet/hadoop/TestEncryptionOptions.java | 65 +-----
.../hadoop/TestInterOpReadByteStreamSplit.java | 73 +++++++
.../parquet/hadoop/TestInterOpReadFloat16.java | 51 +----
.../parquet/hadoop/TestInteropBloomFilter.java | 225 +++++++++++++++++++++
.../hadoop/codec/TestInteropReadLz4RawCodec.java | 55 +----
.../apache/parquet/statistics/TestStatistics.java | 7 +-
parquet-pig/pom.xml | 2 +-
.../org/apache/parquet/pig/TestParquetLoader.java | 7 +-
.../apache/parquet/pig/summary/TestSummary.java | 13 +-
parquet-protobuf/pom.xml | 6 +-
parquet-thrift/pom.xml | 2 +-
.../parquet/thrift/ThriftSchemaConvertVisitor.java | 2 +-
.../hadoop/thrift/TestInputOutputFormat.java | 5 +-
.../parquet/thrift/TestParquetWriteProtocol.java | 2 +-
.../parquet/thrift/TestThriftSchemaConverter.java | 4 +-
parquet-thrift/src/test/thrift/test.thrift | 3 +-
pom.xml | 17 +-
33 files changed, 537 insertions(+), 205 deletions(-)
create mode 100644
parquet-hadoop/src/test/java/org/apache/parquet/hadoop/InterOpTester.java
create mode 100644
parquet-hadoop/src/test/java/org/apache/parquet/hadoop/TestInterOpReadByteStreamSplit.java
create mode 100644
parquet-hadoop/src/test/java/org/apache/parquet/hadoop/TestInteropBloomFilter.java