alamb commented on code in PR #16487: URL: https://github.com/apache/datafusion/pull/16487#discussion_r2163551668
########## datafusion/core/src/datasource/listing_table_factory.rs: ########## @@ -125,6 +125,13 @@ impl TableProviderFactory for ListingTableFactory { // specifically for parquet file format. // See: https://github.com/apache/datafusion/issues/7317 None => { + // if the folder then rewrite a file path as 'path/*.parquet' Review Comment: This will mean a directory of files like `foo/my_file.parquet.snappy` would not be readable anymore -- I think that spark creates files like `my_file.snappy.parquet` so it should be ok -- 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