parthchandra opened a new pull request, #1008:
URL: https://github.com/apache/parquet-mr/pull/1008

   The PR adds the new ByteBuffer api and also updates 
ColumnChunkPageReadStore.readPage to use the new API.
   A few additional classes were touched (ParquetReader.Builder, BytesInput) to 
allow an allocator to be specified and/or to avoid ByteBuffer -> byte array 
copying. These changes were necessary to enable the unit test.
   A user option has been added to explicitly enable/disable the use of the 
ByteBuffer api for decryption.
   ### Jira
   
   -  My PR addresses t [Parquet 
2212](https://issues.apache.org/jira/browse/PARQUET-2212) 
   
   ### Tests
   
   - Updates Unit test(s) in 
`org.apache.parquet.crypto.TestPropertiesDrivenEncryption`
   


-- 
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: dev-unsubscr...@parquet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to