mbutrovich commented on code in PR #1830:
URL: https://github.com/apache/iceberg-rust/pull/1830#discussion_r2508135647


##########
Cargo.toml:
##########
@@ -62,9 +65,9 @@ bytes = "1.10"
 chrono = "0.4.41"
 clap = { version = "4.5.48", features = ["derive", "cargo"] }
 ctor = "0.2.8"
-datafusion = "50"
-datafusion-cli = "50"
-datafusion-sqllogictest = "50"
+datafusion = { git = "https://github.com/apache/datafusion.git";, rev = 
"f32984b2dbf9e5a193c20643ce624167295fbd61" }

Review Comment:
   branch-51 didn't exist yet, so I just picked whatever the current commit on 
main was at the time. I could run it again with DataFusion's branch-51, but not 
expecting different results.



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