alamb commented on code in PR #24648:
URL: https://github.com/apache/datafusion/pull/24648#discussion_r3873272368
##########
datafusion/catalog-listing/src/table.rs:
##########
@@ -400,6 +400,13 @@ fn derive_common_ordering_from_files(file_groups:
&[FileGroup]) -> Option<LexOrd
// Collect file orderings and track counts
for group in file_groups {
for file in group.iter() {
+ if file
+ .statistics
Review Comment:
makes sense
--
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]