sunchao commented on a change in pull request #7610:
URL: https://github.com/apache/arrow/pull/7610#discussion_r449157156
##########
File path: rust/parquet/Cargo.toml
##########
@@ -29,20 +29,29 @@ build = "build.rs"
edition = "2018"
[dependencies]
-parquet-format = "~2.6"
+parquet-format = "2.6.1"
Review comment:
Understood about the need to update to thrift 0.13. However I thought
the semver `~2.6` is equivalent to`>=2.6.0 < 2.7.0` so it will automatically
pick up 2.6.1. Is that not the case?
##########
File path: rust/parquet/Cargo.toml
##########
@@ -29,20 +29,29 @@ build = "build.rs"
edition = "2018"
[dependencies]
-parquet-format = "~2.6"
+parquet-format = "2.6.1"
Review comment:
Understood the need to update to thrift 0.13. However I thought the
semver `~2.6` is equivalent to`>=2.6.0 < 2.7.0` so it will automatically pick
up 2.6.1. Is that not the case?
----------------------------------------------------------------
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:
[email protected]