Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
I had the need to write an ORC file little by little, so as to not consume too much memory.
Following this 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.
Attachments
Issue Links
- links to