This is an automated email from the ASF dual-hosted git repository.
fokko pushed a change to branch dependabot/maven/protobuf.version-4.30.2
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
from 77ed78036 Bump protobuf.version from 3.25.6 to 4.30.2
add ee2c751f2 GH-3358: Option to set Thrift max message size (#3359)
add 6b43bd6cc Merge branch 'master' of github.com:apache/parquet-java into
dependabot/maven/protobuf.version-4.30.2
add 50410861b Fix the test-class
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/parquet/format/Util.java | 72 +++++++++-
.../format/converter/ParquetMetadataConverter.java | 47 ++++++-
.../TestParquetFileReaderMaxMessageSize.java | 146 +++++++++++++++++++++
.../java/org/apache/parquet/proto/TestUtils.java | 6 +-
4 files changed, 258 insertions(+), 13 deletions(-)
create mode 100644
parquet-hadoop/src/test/java/org/apache/parquet/hadoop/TestParquetFileReaderMaxMessageSize.java