ianmcook opened a new issue, #23959: URL: https://github.com/apache/datafusion/issues/23959
### Is your feature request related to a problem or challenge? DataFusion can query an Arrow IPC stream file named `foo.arrow`, but the same file named `foo.arrows` fails with "table not found": ```sql SELECT * FROM 'foo.arrows'; ``` The Arrow FAQ (https://arrow.apache.org/faq/) recommends `.arrows` for IPC stream files. DataFusion should recognize `.arrows` using its existing Arrow IPC reader. ### Describe the solution you'd like _No response_ ### 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]
