-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
arrowChanges to the arrow crateChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelogparquetChanges to the parquet crateChanges to the parquet crate
Description
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 #5374
In #5481 we added support for StringViewArray and ByteViewArray.
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
- Add support for
StringViewArrayandBinaryViewArrayto the IPCStreamReaderandStreamWriter - Add tests (e.g. round trip reading arrays to/from IPC streams)
- (ideally) add integration tests with other arrow systems (e.g. and ipc_writer.rs)
use std::fs::File;
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
arrowChanges to the arrow crateChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelogparquetChanges to the parquet crateChanges to the parquet crate