gaborkaszab opened a new pull request, #6074: URL: https://github.com/apache/iceberg/pull/6074
Currently, SnapshotManager encapsulates its own BaseTransaction object and there is no way to expose it opposed to for example ExpireSnapshots that can be created through the Transaction API. As a result the operations in SnapshotManager can't run in the same transaction with the operations in e.g. BaseTransaction. One real world use-case would be from Apache Impala where each transactional operation through the Iceberg API has to set some Catalog properties (CATALOG_SERVICE_ID, CATALOG_VERSION) in the same transaction. For explanation see this ticket: https://issues.apache.org/jira/browse/IMPALA-11508 -- 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