alamb commented on code in PR #6564:
URL: https://github.com/apache/arrow-datafusion/pull/6564#discussion_r1219719507
##########
datafusion/core/src/lib.rs:
##########
@@ -412,7 +413,6 @@ pub const DATAFUSION_VERSION: &str =
env!("CARGO_PKG_VERSION");
extern crate core;
extern crate sqlparser;
-pub mod avro_to_arrow;
Review Comment:
Technically this is a breaking API change, but I don't expect it to be a
large impact as I think the use of `avro_to_arrow` is likely small.
If it turns out others are using it more extensively, I think we should
contemplate moving it to its own crate (or maybe upstream into arrow-rs)
--
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]