This is an automated email from the ASF dual-hosted git repository.
Fokko pushed a change to branch parquet-1.18.x
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
from d64ae63a1 Fix data corruption in ByteBufferBackedBinary.getBytes() for
non-array-backed buffers (#3717)
new 663e9074c Bump com.github.luben:zstd-jni from 1.5.7-11 to 1.5.7-12
(#3704)
new 686bb10c9 Bump it.unimi.dsi:fastutil from 8.5.18 to 8.5.19 (#3684)
new b1b7ffcad Bump com.github.luben:zstd-jni from 1.5.7-12 to 1.5.7-13
(#3725)
new 1916eff07 Bump com.github.luben:zstd-jni from 1.5.7-13 to 1.5.7-15
(#3744)
new afe34d8b0 Bump com.fasterxml.jackson.core:jackson-databind from 2.22.1
to 2.22.2 (#3740)
new 3fd0ae768 Add parameter to enable reading KMS URL from key material
(#3745)
The 6 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:
parquet-hadoop/README.md | 10 ++
.../parquet/crypto/keytools/FileKeyUnwrapper.java | 9 +-
.../apache/parquet/crypto/keytools/KeyToolkit.java | 11 ++
.../org/apache/parquet/crypto/TestKmsUrlRead.java | 197 +++++++++++++++++++++
pom.xml | 6 +-
5 files changed, 227 insertions(+), 6 deletions(-)
create mode 100644
parquet-hadoop/src/test/java/org/apache/parquet/crypto/TestKmsUrlRead.java