Xuanwo commented on code in PR #280: URL: https://github.com/apache/iceberg-rust/pull/280#discussion_r1529658003
########## Cargo.toml: ########## @@ -61,7 +61,7 @@ murmur3 = "0.5.2" once_cell = "1" opendal = "0.45" ordered-float = "4.0.0" -parquet = "50" +parquet = "51" Review Comment: We can temporarily fix the CI by pinning `arrow` and `parquet`. However, since our users rely on various versions of `arrow`, we cannot force them to always use the latest version. Ultimately, we will determine a MSAV through different methods. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org