shivbhatia10 opened a new issue, #17389: URL: https://github.com/apache/datafusion/issues/17389
### Is your feature request related to a problem or challenge? Hi folks, I've got a project that uses datafusion with the avro flag set, and I'd like to have a dependency on apache-avro with the same version as the one datafusion is using. ### Describe the solution you'd like I've made this PR to export it conditional on the avro flag being set, similar to how we deal with parquet: https://github.com/apache/datafusion/pull/17388 ### Describe alternatives you've considered Currently I've just set my apache-avro import in my project to 0.17.0 manually to match datafusion's version, but this is suboptimal. ### 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
