pratik0316 commented on code in PR #2003:
URL: https://github.com/apache/iceberg-rust/pull/2003#discussion_r2679889054


##########
Cargo.toml:
##########
@@ -42,14 +42,14 @@ rust-version = "1.88"
 anyhow = "1.0.72"
 apache-avro = { version = "0.21", features = ["zstandard"] }
 array-init = "2"
-arrow-arith = "57.0"
-arrow-array = "57.0"
-arrow-buffer = "57.0"
-arrow-cast = "57.0"
-arrow-ord = "57.0"
-arrow-schema = "57.0"
-arrow-select = "57.0"
-arrow-string = "57.0"
+arrow-arith = "57.1"
+arrow-array = "57.1"
+arrow-buffer = "57.1"
+arrow-cast = "57.1"
+arrow-ord = "57.1"
+arrow-schema = "57.1"
+arrow-select = "57.1"
+arrow-string = "57.1"

Review Comment:
   In the associated linked issue: 
https://github.com/apache/iceberg-rust/issues/1934
   I see @lgingerich mentioned 
   `so there is no crate dependency upgrade work that needs done`
   
   do we still need this pckage upgrade to be done as a part of this change



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