This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 8901269a21 OpenAPI: Add idempotency key for the mutating plan
endpoints (#14730)
add bd8d289584 Hive: Metadata integrity check for encrypted tables (#14685)
No new revisions were added by this update.
Summary of changes:
.../iceberg/BaseMetastoreTableOperations.java | 1 +
.../java/org/apache/iceberg/util/HashWriter.java | 78 ++++++++++++++++++++++
.../org/apache/iceberg/util/TestHashWriter.java | 75 +++++++++++++++++++++
.../iceberg/hive/HMSTablePropertyHelper.java | 44 ++++++++++++
.../apache/iceberg/hive/HiveTableOperations.java | 46 +++++++++----
.../org/apache/iceberg/hive/TestHiveCatalog.java | 27 ++++++++
.../iceberg/spark/sql/TestTableEncryption.java | 30 +++++++++
7 files changed, 287 insertions(+), 14 deletions(-)
create mode 100644 core/src/main/java/org/apache/iceberg/util/HashWriter.java
create mode 100644
core/src/test/java/org/apache/iceberg/util/TestHashWriter.java