Jimexist commented on code in PR #3104:
URL: https://github.com/apache/arrow-rs/pull/3104#discussion_r1021004903


##########
parquet/Cargo.toml:
##########
@@ -41,7 +41,7 @@ arrow-ipc = { version = "27.0.0", path = "../arrow-ipc", 
default-features = fals
 
 ahash = { version = "0.8", default-features = false, features = 
["compile-time-rng"] }
 bytes = { version = "1.1", default-features = false, features = ["std"] }
-thrift = { version = "0.16", default-features = false }
+thrift = { version = "0.17", package = "databend-thrift", default-features = 
false }

Review Comment:
   will change back once verification is done. we are in the process of 
publishing this.



##########
parquet/Cargo.toml:
##########
@@ -41,7 +41,7 @@ arrow-ipc = { version = "27.0.0", path = "../arrow-ipc", 
default-features = fals
 
 ahash = { version = "0.8", default-features = false, features = 
["compile-time-rng"] }
 bytes = { version = "1.1", default-features = false, features = ["std"] }
-thrift = { version = "0.16", default-features = false }
+thrift = { version = "0.17", package = "databend-thrift", default-features = 
false }

Review Comment:
   will change back once verification is done. we (thrift committers) are in 
the process of publishing this.



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

Reply via email to