N-Boutaib commented on code in PR #18331:
URL: https://github.com/apache/datafusion/pull/18331#discussion_r2534553699
##########
Cargo.toml:
##########
@@ -183,6 +183,11 @@ testcontainers-modules = { version = "0.13" }
tokio = { version = "1.48", features = ["macros", "rt", "sync"] }
url = "2.5.7"
+# Temporary override: pull apache-avro from upstream to include unreleased
fixes.
+# TODO: remove once the next version of apache-avro is published to crates.io
and includes commit 3b202c5.
+[patch.crates-io]
+apache-avro = { git = "https://github.com/apache/avro-rs", rev =
"3b202c58f12bd1217eccf8a0028e4176ee4aadf9" }
Review Comment:
Sounds good to me 👍 I'll close mine then
--
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]