nastra commented on code in PR #8873: URL: https://github.com/apache/iceberg/pull/8873#discussion_r1365243595
########## core/src/main/java/org/apache/iceberg/BaseScan.java: ########## @@ -57,7 +57,8 @@ abstract class BaseScan<ThisT, T extends ScanTask, G extends ScanTaskGroup<T>> "nan_value_counts", "lower_bounds", "upper_bounds", - "column_sizes"); + "column_sizes", + "sort_order_id"); Review Comment: I think this should go into `SCAN_COLUMNS` instead of `STATS_COLUMNS` -- 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