You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/02 10:53:52 UTC

[GitHub] [arrow] jorisvandenbossche commented on pull request #9702: ARROW-11297: [C++][Python] Add ORC writer options

jorisvandenbossche commented on pull request #9702:
URL: https://github.com/apache/arrow/pull/9702#issuecomment-984515061


   Looking at https://github.com/apache/orc/blob/cf720d7b2333618c652445299486cb9600bdbe4f/c%2B%2B/src/Writer.cc#L335-L367, it seems that batch size and stripe size might be 2 different things? (or at least are _meant_ to be two different things based on a reading of that code; it seems you should be able to write for example multiple batches that become fewer stripes; the other way around maybe not). 
   But it's indeed not super clear from the ORC documentation what those exactly mean or what their relationship is.
   
   


-- 
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: github-unsubscribe@arrow.apache.org

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