szehon-ho commented on code in PR #6365: URL: https://github.com/apache/iceberg/pull/6365#discussion_r1062079693
########## core/src/main/java/org/apache/iceberg/BaseScan.java: ########## @@ -59,6 +60,23 @@ private static final List<String> SCAN_WITH_STATS_COLUMNS = ImmutableList.<String>builder().addAll(SCAN_COLUMNS).addAll(STATS_COLUMNS).build(); + protected static final List<String> DELETE_SCAN_COLUMNS = + ImmutableList.of( + "snapshot_id", + "content", Review Comment: This has to differ from data file's SCAN_COLUMNS by including content, which is used in the scan to filter later. -- 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