The GitHub Actions job "Java CI" on 
iceberg.git/main_skip_loadtable_for_mergeappend has succeeded.
Run started by GitHub user gaborkaszab (triggered by gaborkaszab).

Head commit for run:
bac8711353628cba6c76f694770530908ff5654d / Gabor Kaszab <[email protected]>
Core: Skip unnecessary metadata refresh after merge append

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.

Report URL: https://github.com/apache/iceberg/actions/runs/21170125057

With regards,
GitHub Actions via GitBox

Reply via email to