alamb commented on issue #14097: URL: https://github.com/apache/datafusion/issues/14097#issuecomment-3303951278
FYI @getChan I don't think we are going to release the arrow-avro crate for a while You can start testing immediately using crates.io patch in Cargo.toml An example of how to do so is here - https://github.com/apache/datafusion/pull/14628 Something like ```toml [patch.crates-io] arrow-avro = { git = "https://github.com/apache/arrow-rs.git", rev = "..." } ``` -- 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]
