alamb opened a new issue, #7714:
URL: https://github.com/apache/arrow-datafusion/issues/7714

   ### Is your feature request related to a problem or challenge?
   
   We have seen some  recent work on improving avro support (thank you @sarutak 
and @Samrose-Ahmed!) 
   
   However, when I try to use `datafusion-cli` to test it doesn't work (in a 
very non obvious way)
   
   ```
   $ datafusion-cli
   DataFusion CLI v31.0.0
   ❯ select * from './testing/data/avro/alltypes_plain.avro';
   Error during planning: table 
'datafusion.public../testing/data/avro/alltypes_plain.avro' not found
   ```
   
   ### Describe the solution you'd like
   
   Add support for `avro` to datafusion-cli
   
   ### 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]

Reply via email to