rok commented on code in PR #7439: URL: https://github.com/apache/arrow-rs/pull/7439#discussion_r2074320082
########## parquet/src/file/metadata/writer.rs: ########## @@ -141,6 +142,15 @@ impl<'a, W: Write> ThriftMetadataWriter<'a, W> { .object_writer .apply_row_group_encryption(self.row_groups)?; + #[cfg(not(feature = "encryption"))] Review Comment: > See https://github.com/apache/arrow-rs/pull/7439/commits/046c058500b7caeab55185f742c4649f72cbe42b This is probably outdate. See current state. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org