RussellSpitzer commented on code in PR #15656:
URL: https://github.com/apache/iceberg/pull/15656#discussion_r2943150467
##########
core/src/main/java/org/apache/iceberg/CatalogUtil.java:
##########
@@ -177,7 +178,8 @@ private static void deleteFiles(FileIO io,
Set<ManifestFile> allManifests) {
LOG.warn("Failed to get deleted files: this may cause orphaned
data files", exc))
.run(
manifest -> {
- try (ManifestReader<?> reader = ManifestFiles.open(manifest,
io)) {
+ try (ManifestReader<?> reader =
+ ManifestFiles.open(manifest, io, metadata.specsById())) {
Review Comment:
Switch to using the specById signature
--
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]