-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
arrowChanges to the arrow crateChanges to the arrow crateparquetChanges to the parquet crateChanges to the parquet crate
Description
This is part of the larger project to implement StringViewArray
-- see #5374
The first thing we will need is a new variant in DataType
to support this type
So the basic task is to
- Add the appropriate variants in
DataType
- Update the rest of arrow-rs to handle that new variant (largely would be an exercise in returning
NotYetImplemented
errors)
For inspiration I think you can look at #4585 (specifically types.rs
https://github.com/apache/arrow-rs/pull/4585/files#diff-ff91e9fd06b025009cc1d0f9360ecdb8c3d9ea972e8f87b4419eab01e1e8fb7c)
I reviewed the Arrow spec that was approved and there does not appear to be any equivalent to LargeUtf8
(e.g there is no LargeUtf8View
):
Metadata
Metadata
Assignees
Labels
arrowChanges to the arrow crateChanges to the arrow crateparquetChanges to the parquet crateChanges to the parquet crate