wgtmac opened a new pull request, #41550:
URL: https://github.com/apache/arrow/pull/41550

   ### Rationale for this change
   
   When parquet dataset is reused to create multiple scanners, `FileMetaData` 
objects are cached to avoid parsing them again. However, these caused issues on 
encrypted files since internal file decryptors were no longer created by cached 
`FileMetaData` objects.
   
   ### What changes are included in this PR?
   
   Expose file_decryptor from FileMetaData and set it properly.
   
   ### Are these changes tested?
   
   Yes, modify the test to reproduce the issue and assure fixed.
   
   ### Are there any user-facing changes?
   
   No.


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