ianmcook opened a new pull request, #23960: URL: https://github.com/apache/datafusion/pull/23960
## Which issue does this PR close? - Closes #23959 ## Rationale for this change `.arrows` is the [recommended extension](https://arrow.apache.org/faq/) for Arrow IPC stream files, but DataFusion only recognizes `.arrow` during file-format inference. ## What changes are included in this PR? - Recognize `.arrows` using the existing Arrow IPC reader. - Add a constant for the Arrow IPC stream extension. - Add test coverage for querying an `.arrows` file. ## Are these changes tested? Yes ## Are there any user-facing changes? Yes. Users can directly query Arrow IPC stream files using the recommended `.arrows` extension. -- 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]
