tustvold commented on code in PR #5009: URL: https://github.com/apache/arrow-rs/pull/5009#discussion_r1376688870
########## arrow-avro/src/lib.rs: ########## @@ -27,6 +27,8 @@ mod schema; mod compression; +mod codec; Review Comment: This is all kept crate-private to allow us to revisit this design as things evolve -- 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]
