gaborkaszab opened a new pull request, #14709:
URL: https://github.com/apache/iceberg/pull/14709
With RESTTableOperations it's not required to perform a refresh after
committing a merge append because the commit already refreshes table metadata.
Initially an appendFiles().commit() required the following messages sent to
REST catalog:
1) Load table at the beginning of SnapshotProducer.apply()
2) Update table to send the updates to the catalog
3) Load table again in MergingSnapshotProducer.updateEvent()
The last step isn't needed when ops is RESTTableOperations.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]