vegarsti opened a new issue, #13567: URL: https://github.com/apache/datafusion/issues/13567
### Is your feature request related to a problem or challenge? I would like to query Parquet files that are stored in S3, without a `.parquet` ending. I don't control the writer. Hence I'm unable to use the `read_parquet` function as it calls `_read_type` which does a check on the extension: https://github.com/apache/datafusion/blob/18fc103a403ab0efe5245dd4352f3f3b93c2a4fe/datafusion/core/src/execution/context/mod.rs#L1260-L1270 ### Describe the solution you'd like It would be great if DataFusion supported this usecase by either removing this requirement or making it possible to opt out. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
