fenfeng9 commented on PR #49334:
URL: https://github.com/apache/arrow/pull/49334#issuecomment-3925635542

   > > The C++ writer still rejects bloom filters when file encryption is 
enabled (ParquetException::NYI in file_writer.cc). Because of that, the tests 
here build an encrypted payload in memory to exercise the reader path.
   > 
   > How did you generate the encrypted payload? Ideally we should add a test 
file in https://github.com/apache/parquet-testing/tree/master/data (perhaps 
generated with another Parquet implementation?)
   
   Thanks! 
   At the moment I didn’t run an end‑to‑end test. The test builds an encrypted 
payload in memory (serialize a BloomFilterHeader, encrypt header/bitset 
separately, then concatenate) to exercise the reader path without relying on 
the C++ writer.
   
   I will update the tests with a real encrypted test file generated by another 
Parquet implementation and add it to parquet-testing.
   
   
   


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