LouisClt opened a new pull request, #14219: URL: https://github.com/apache/arrow/pull/14219
I had the need to write an ORC file little by little, so as to not consume too much memory. Following [this](https://github.com/apache/arrow/issues/14211) discussion, it appeared that the API did not seemed to prevent doing that, but that the internal implementation was not reusing the writer accordingly. This PR makes the needed changes to reuse the "writer_" correctly. I do not think that the preceding behaviour was correct, as calling several time the "Write" method would lead to incorrect ORC files. -- 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]
