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":
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
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 namedfoo.arrowsfails with "table not found":The Arrow FAQ (https://arrow.apache.org/faq/) recommends
.arrowsfor IPC stream files. DataFusion should recognize.arrowsusing its existing Arrow IPC reader.Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response