N-Boutaib commented on code in PR #18331:
URL: https://github.com/apache/datafusion/pull/18331#discussion_r2534041015


##########
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:
   It seems that `[email protected]` has been released and we can now use it 
instead of the patch. It seems that there are some discussions going on the 
adoption of `arrow-avro` [PR](https://github.com/apache/datafusion/pull/17861).
   
   @timsaucer I think we could merge either my PR or 
[yours](https://github.com/apache/datafusion/pull/17509) while waiting for the 
long term solution (after using `[email protected]` instead of the patch), what do 
you think ?



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