wgtmac opened a new pull request #994:
URL: https://github.com/apache/orc/pull/994


   ### What changes were proposed in this pull request?
   This PR is to enable the Java ORC writer to respect the selection vector 
from VectorizedRowBatch. The implementation tries to find each longest batch 
that is continuously selected to get the best performance.
   
   ### Why are the changes needed?
   Currently the ORC writer doesn't support the selected vector. This could 
cause clients that expect it to be supported to get trash rows in the output.
   
   ### How was this patch tested?
   Add UT TestSelectedVector.java
   


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