This is an automated email from the ASF dual-hosted git repository.
fokko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
from 19f284355 PARQUET-2413: Support configurable extraMetadata in
ParquetWriter (#1241)
add 15ad966ec PARQUET-2344: Bump to Thrift 0.19.0 (#1192)
No new revisions were added by this update.
Summary of changes:
README.md | 10 ++--
dev/ci-before_install.sh | 2 +-
.../main/java/org/apache/parquet/schema/Types.java | 3 ++
parquet-format-structures/pom.xml | 5 ++
.../apache/parquet/format/InterningProtocol.java | 57 ++++++++++++++++++++++
parquet-thrift/pom.xml | 5 ++
.../thrift/BufferedProtocolReadToWrite.java | 27 ++++++++++
.../org/apache/parquet/thrift/ParquetProtocol.java | 11 +++++
.../parquet/thrift/ParquetWriteProtocol.java | 1 +
.../parquet/thrift/ThriftSchemaConvertVisitor.java | 6 +++
.../parquet/thrift/ThriftSchemaConverter.java | 16 +++---
.../projection/amend/DefaultEventsVisitor.java | 14 ++++++
.../thrift/struct/CompatibilityChecker.java | 5 ++
.../apache/parquet/thrift/struct/ThriftType.java | 27 +++++++++-
.../apache/parquet/thrift/struct/ThriftTypeID.java | 16 ++++--
.../parquet/thrift/projection/TestFieldsPath.java | 5 ++
pom.xml | 8 ++-
17 files changed, 201 insertions(+), 17 deletions(-)