This is an automated email from the ASF dual-hosted git repository.
fokko pushed a change to branch parquet-1.14.x
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
from 0f3a615ac GH-2956: Use avro SchemaBuilder API to convert record (#2957)
new af4307b25 PARQUET-1126: Write unencrypted Parquet files without Hadoop
(#1376)
new c88a3f8ab GH-2948: Fix NPE when using the AvroParquetReader.Builder
with LocalInputFile (#2949)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/parquet/avro/TestReadWrite.java | 22 +++++++++
.../crypto/EncryptionPropertiesFactory.java | 17 ++++++-
.../parquet/hadoop/EncryptionPropertiesHelper.java | 54 ++++++++++++++++++++++
.../apache/parquet/hadoop/ParquetOutputFormat.java | 7 +--
.../org/apache/parquet/hadoop/ParquetReader.java | 7 ++-
.../org/apache/parquet/hadoop/ParquetWriter.java | 6 +--
.../crypto/EncryptionPropertiesFactoryTest.java | 23 +++++++++
7 files changed, 122 insertions(+), 14 deletions(-)
create mode 100644
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/EncryptionPropertiesHelper.java