zhangminglei commented on code in PR #8873: URL: https://github.com/apache/iceberg/pull/8873#discussion_r1365382850
########## 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: Thanks, you mean that this kind of sorted information is not statistical information ? -- 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