gabotechs commented on code in PR #18331:
URL: https://github.com/apache/datafusion/pull/18331#discussion_r2534408522


##########
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:
   The upgrade to [email protected] should be a very simple thing to ship that 
immediately unblocks getting rid of the deprecated `xz2` here, so +1 on 
shipping any of the two PRs



-- 
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]

Reply via email to