You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose ColumnCloseResult on ArrowColumnChunk (#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#9774.
# 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.
0 commit comments