kevinjqliu commented on code in PR #1997:
URL: https://github.com/apache/iceberg-rust/pull/1997#discussion_r2843268777


##########
.github/workflows/bindings_python_ci.yml:
##########
@@ -89,6 +89,7 @@ jobs:
       - uses: PyO3/maturin-action@v1
         with:
           working-directory: "bindings/python"
+          maturin-version: "v1.12.2"

Review Comment:
   #2166 should also resolve the CI issue. I would lean towards that solution. 
Otherwise, we should pin all the `PyO3/maturin-action@v1` usages



##########
Cargo.toml:
##########
@@ -62,9 +62,9 @@ bytes = "1.11"
 chrono = "0.4.41"
 clap = { version = "4.5.48", features = ["derive", "cargo"] }
 dashmap = "6"
-datafusion = "51.0"
-datafusion-cli = "51.0"
-datafusion-sqllogictest = "51.0"
+datafusion = "52.0"

Review Comment:
   `52.1.0` is already out 😄  should we use that instead? 



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