etseidl commented on code in PR #8574:
URL: https://github.com/apache/arrow-rs/pull/8574#discussion_r2417987839
##########
parquet/tests/arrow_reader/bad_data.rs:
##########
@@ -80,12 +80,6 @@ fn test_invalid_files() {
#[test]
fn test_parquet_1481() {
let err = read_file("PARQUET-1481.parquet").unwrap_err();
- #[cfg(feature = "encryption")]
Review Comment:
Because I've unified the file metadata decoding for both paths, so now we
get the same error regardless of whether encryption is enabled or not.
--
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]