saethlin commented on a change in pull request #7610:
URL: https://github.com/apache/arrow/pull/7610#discussion_r449038314



##########
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:
       parquet-format 2.6.0 depends on thrift 0.12, which declares all its 
dependencies with ~ which is overly restrictive. Specifically, recent versions 
of the bincode crate declares a dependency on byteorder ^1.3 but thrift 0.12 
declares a dependency on byteorder ~1.2 which is a requirement that cannot be 
resolved.
   
   parquet-format 2.6.1 bumps to thrift 0.13 which no longer uses ~ for its 
dependencies.




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


Reply via email to