IPC format support for StringViewArray
and BinaryViewArray
#5506
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
parquet
Changes to the parquet crate
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
This is part of the larger project to implement
StringViewArray
-- see #5374In #5481 we added support for
StringViewArray
andByteViewArray
.This ticket tracks supporting reading/writing such arrays using the IPC format (so for example, they can be sent over arrow-flight)
Describe the solution you'd like
StringViewArray
andBinaryViewArray
to the IPCStreamReader
andStreamWriter
arrow-rs/arrow-integration-testing/tests/ipc_reader.rs
Line 25 in 8345991
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: