mkleen commented on code in PR #20047: URL: https://github.com/apache/datafusion/pull/20047#discussion_r3058315947
########## datafusion/sqllogictest/test_files/encrypted_parquet.slt: ########## @@ -85,5 +85,5 @@ float_field float ) STORED AS PARQUET LOCATION 'test_files/scratch/encrypted_parquet/' -query error DataFusion error: Parquet error: Parquet error: Parquet file has an encrypted footer but decryption properties were not provided +query error Parquet error: Parquet error: Parquet file has an encrypted footer but decryption properties were not provided Review Comment: Error message changed from: ``` DataFusion error: Parquet error: Parquet error: Parquet file has an encrypted footer but decryption properties were not provided ``` to: ``` DataFusion error: Parquet error: Parquet error: Failed to fetch metadata for file Users/mkleen/datafusion/datafusion/sqllogictest/test_files/scratch/encrypted_parquet/YkbUUuKrhTO6FhwX_3.parquet: Parquet error: Parquet error: Parquet file has an encrypted footer but decryption properties were not provided ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
