omalley commented on pull request #988:
URL: https://github.com/apache/orc/pull/988#issuecomment-1005211040


   We need to leave the pure java library as an option with automatic fallback 
because not every platform will have the native library. Furthermore, if there 
is a bug in the aircompresssor codec, we may need to configure it for reading 
old files.
   
   I also second Dongjoon's concern about benchmarks. JNI can have a positive 
impact, but it can also have negative impacts. That is especially true if 
non-native ByteBuffers (or byte arrays) are used.


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