You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/04/01 09:14:02 UTC

[GitHub] [orc] pgaref commented on pull request #674: ORC-777: Make the vectorized row batch size configurable in MR record…

pgaref commented on pull request #674:
URL: https://github.com/apache/orc/pull/674#issuecomment-811772623


   > @pgaref IIUC, what you are proposing is to have an overloaded constructor in OrcMapreduceRecordReader/Writer that accepts rowBatchSize as an argument (like we do in this PR), but leave it to the caller to override the getRecordWriter() method, which in turn calls the overloaded constructor. This way we don't need to introduce a separate config. LMK if I am missing anything.
   
   Hey @sv2000  -- yes you are on point. Just want to avoid having an extra configuration here as it could confuse users. 
   If we can introduce a new constructor for Reader/Writer and release the change (on 1.6 or 1.7) it could sort out the issue.
   Thoughts?


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

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