You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/08 18:35:37 UTC

[GitHub] [arrow] nevi-me commented on a change in pull request #9138: ARROW-11187: [Rust] [Parquet] Fix Build error by Pin specific parquet-format-rs version

nevi-me commented on a change in pull request #9138:
URL: https://github.com/apache/arrow/pull/9138#discussion_r554121387



##########
File path: rust/parquet/Cargo.toml
##########
@@ -29,7 +29,7 @@ build = "build.rs"
 edition = "2018"
 
 [dependencies]
-parquet-format = "2.6.1"
+parquet-format = "~2.6.1"

Review comment:
       @sunchao @alamb @mqy given the long CI times, is it okay if we piggy-back on #9133 to add the comment?




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org