leoyvens opened a new pull request, #9773: URL: https://github.com/apache/arrow-rs/pull/9773
Adds `close()` and `close_mut()` accessors on `ArrowColumnChunk` so callers can inspect and mutate the `ColumnCloseResult` produced by `ArrowColumnWriter::close()` before appending the chunk to a row group. My motivation is dynamic deciding whether to omit the page index. Should not be controversial given `ColumnCloseResult` is already public. # Which issue does this PR close? - Closes #NNN. # What changes are included in this PR? Adds accessor to `ArrowColumnChunk` # Are these changes tested? An unit test is included, also illustrating a potential use case. # Are there any user-facing changes? Yes the accessors are public. -- 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]
