xbattlax commented on code in PR #2003:
URL: https://github.com/apache/iceberg-rust/pull/2003#discussion_r2681261527
##########
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:
Yes, the upgrade to 57.1 is required. The
ArrowReaderOptions::metadata_options() method used in this PR was only exposed
starting in arrow 57.1 (see https://github.com/apache/arrow-rs/issues/7393).
Without the upgrade, the code won't compile.
--
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]