Closed rgutierrez2004 closed 6 months ago
I appreciate your feedback. I understand the importance of Avro and was planning to support it based on demand; however, I will now include it in our immediate plans. Nonetheless, Avro support in DataFusion is an option controlled by a feature flag, as it affects binary size. As DataFusion Server, we also want to enable it based on usage, likely through a feature flag, probably avro
.
We have added support for the Avro data source format. In this release, we only support loading. Due to the inability to collect many Avro files, testing was primarily conducted with bin/data/popular-names.avro
.
We hope you find it useful. Please let us know if you encounter any issues or have any other feedback. Thank you.
DataFusion has built-in support for Avro, any plans in DataFusion Server to support Avro format?