wjones127 commented on issue #14211:
URL: https://github.com/apache/arrow/issues/14211#issuecomment-1255215386

   Looking at the ORC API, I don't think there's any requirement that you only 
call `Write()` once; so you can at least write in batches (call `Write()` on 
each batch of data, then `Close()`) at the end.
   
   I don't think there is an API to write a column at a time. If you would 
like, you are welcome to open an issue on [our 
Jira](https://issues.apache.org/jira/projects/ARROW/issues/) to discuss the 
possibility.


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