This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 602186bedc Core, Spark: Fix handling of null binary values when
sorting with zorder (#10026)
add 817a5e1be1 Hive: Extract common code to be re-used for View support
(#10001)
No new revisions were added by this update.
Summary of changes:
.../org/apache/iceberg/BaseMetastoreCatalog.java | 21 +---
.../apache/iceberg/BaseMetastoreOperations.java | 118 +++++++++++++++++++++
.../iceberg/BaseMetastoreTableOperations.java | 100 ++++++-----------
.../main/java/org/apache/iceberg/CatalogUtil.java | 24 +++++
.../apache/iceberg/view/BaseViewOperations.java | 3 +-
.../java/org/apache/iceberg/TestCatalogUtil.java | 26 +++++
.../java/org/apache/iceberg/hive/HiveCatalog.java | 52 ++++++---
.../apache/iceberg/hive/HiveOperationsBase.java | 68 +++++++++++-
.../apache/iceberg/hive/HiveTableOperations.java | 39 +++----
9 files changed, 314 insertions(+), 137 deletions(-)
create mode 100644
core/src/main/java/org/apache/iceberg/BaseMetastoreOperations.java