nk1506 opened a new pull request, #10001: URL: https://github.com/apache/iceberg/pull/10001
Hive considers iceberg-view just another type of Hive-Table. So Iceberg-View on Hive should have same strategy for commit as Iceberg-Table on Hive. As part of this refactoring all the common code for table which can be used by view too has been moved to common places. Now `HiveOperationsBase` has all the common code for committing the iceberg-table and iceberg-view. This change also define a new abstract class `BaseMetastoreOperations` which can contains common code from `BaseMetastoreTableOperations` and `BaseViewOperations` . Motivation behind this change to have less diff for implementing Iceberg-view on Hive. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org