Blizzara commented on code in PR #13750: URL: https://github.com/apache/datafusion/pull/13750#discussion_r1884071534
########## datafusion/core/src/datasource/listing/helpers.rs: ########## @@ -418,6 +424,7 @@ pub async fn pruned_partition_list<'a>( table_path .list_all_files(ctx, store, file_extension) .await? + .try_filter(|object_meta| futures::future::ready(object_meta.size > 0)) Review Comment: needed for non-(hive-style)-partitioned reads -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org