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
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-clito test it doesn't work (in a very non obvious way)Describe the solution you'd like
Add support for
avroto datafusion-cliDescribe alternatives you've considered
No response
Additional context
No response