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 a30f9be97 Prepare for next development iteration
new 9584632df GH-3029: Fix EncryptionPropertiesHelper not to use
java.nio.file.Path (#3038)
new 47fe3d32f GH-3040: DictionaryFilter.canDrop may return false positive
result when dict size exceeds 8k (#3041)
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:
.../java/org/apache/parquet/bytes/BytesInput.java | 12 +++++++++++-
.../parquet/bytes/AvailableAgnosticInputStream.java | 19 ++++++++-----------
.../java/org/apache/parquet/bytes/TestBytesInput.java | 14 ++++++++++++++
.../parquet/hadoop/EncryptionPropertiesHelper.java | 8 +++-----
.../java/org/apache/parquet/hadoop/ParquetWriter.java | 5 +----
5 files changed, 37 insertions(+), 21 deletions(-)
copy parquet-cli/src/main/java/org/apache/parquet/cli/util/GetClassLoader.java
=>
parquet-common/src/test/java/org/apache/parquet/bytes/AvailableAgnosticInputStream.java
(65%)