rok commented on code in PR #6637: URL: https://github.com/apache/arrow-rs/pull/6637#discussion_r1983232152
########## parquet/Cargo.toml: ########## @@ -125,6 +128,8 @@ sysinfo = ["dep:sysinfo"] crc = ["dep:crc32fast"] # Enable SIMD UTF-8 validation simdutf8 = ["dep:simdutf8"] +# Enable Parquet modular encryption support Review Comment: Will do. By feature support matrix do you mean [this one](https://parquet.apache.org/docs/file-format/implementationstatus/#other-format-level-features)? -- 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]
