vustef commented on code in PR #8715:
URL: https://github.com/apache/arrow-rs/pull/8715#discussion_r2522771500
##########
parquet/src/file/metadata/thrift/encryption.rs:
##########
@@ -294,10 +295,19 @@ pub(crate) fn parquet_metadata_with_encryption(
file_decryptor = Some(file_decryptor_value);
}
- // decrypt column chunk info
+ // decrypt column chunk info and handle ordinal assignment
Review Comment:
I reverted the change here.
--
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]