Jefffrey commented on code in PR #5567:
URL: https://github.com/apache/arrow-rs/pull/5567#discussion_r1543998308


##########
parquet/Cargo.toml:
##########
@@ -53,6 +53,7 @@ brotli = { version = "3.3", default-features = false, 
features = ["std"], option
 flate2 = { version = "1.0", default-features = false, features = 
["rust_backend"], optional = true }
 lz4_flex = { version = "0.11", default-features = false, features = ["std", 
"frame"], optional = true }
 zstd = { version = "0.13.0", optional = true, default-features = false }
+zstd-sys = { version = "=2.0.9", optional = true, default-features = false }

Review Comment:
   Yeah that's a good point :+1: 
   
   I was just doing some testing here so I'll clean it up as suggested
   
   Edit: although, is it worth introducing a new feature for what will 
hopefully be a temporary fix? :thinking: 



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