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

   ### Rationale for this change
   Reading bloom filters from encrypted Parquet files previously raised an 
exception. This change implements encrypted bloom filter deserialization by 
decrypting the Thrift header (module id 8) and bitset (module id 9) separately, 
and adds the necessary validation and tests.
   
   ### What changes are included in this PR?
   - Wire decryptor creation and AAD setup into the bloom filter reader
   - Add encrypted deserialization path to BlockSplitBloomFilter::Deserialize
   - Remove the fuzzer workaround that swallowed encrypted bloom filter 
exceptions
   
   ### Are these changes tested?
   Yes.
   ### Are there any user-facing changes?
   Yes.
   
   


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