edmondop commented on issue #4850: URL: https://github.com/apache/datafusion/issues/4850#issuecomment-2143893437
@alamb spark SQL syntax works like so: ``` select * from parquet.`s3://foo-bar` ``` what do you think? - I wouldn't rely on the extension, and I don't know how that works when you are querying a partitioned table (where the `.parquet` files are in nested folders - if you use Parquet + a metadata format (Iceberg, Hudi, Delta) you might still have Parquet files, but a protocol layer on top of it, so one can support `select * from iceberg.`s3://foo-bar`` -- 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