alamb commented on code in PR #8133: URL: https://github.com/apache/arrow-rs/pull/8133#discussion_r2330885535
########## parquet/Cargo.toml: ########## @@ -124,6 +128,8 @@ encryption = ["dep:ring"] # Explicitely enabling rust_backend and zlib-rs features for flate2 flate2-rust_backened = ["flate2/rust_backend"] flate2-zlib-rs = ["flate2/zlib-rs"] +# Enable parquet variant support +variant_experimental = ["parquet-variant", "parquet-variant-json", "parquet-variant-compute"] Review Comment: in abd29177f7 -- 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]
