EnricoMi opened a new issue, #51361:
URL: https://github.com/apache/arrow/issues/51361

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Encrypted parquet files with plaintext footers conceptually allow reading 
plaintext columns without any decryption configuration. However, this does not 
work:
   ```
   OSError: Cannot decrypt ColumnMetadata. FileDecryption is not setup correctly
   ```
   
   There is even a disabled test for this:
   
https://github.com/apache/arrow/blob/07be48c5402adedb68c510531939a907ffbac237/python/pyarrow/tests/parquet/test_encryption.py#L504-L542
   
   ### Component(s)
   
   C++


-- 
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]

Reply via email to