We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataType::Utf8View
DataType::BinaryView
This is part of the larger project to implement StringViewArray -- see #5374
StringViewArray
The first thing we will need is a new variant in DataType to support this type
DataType
So the basic task is to
NotYetImplemented
For inspiration I think you can look at #4585 (specifically types.rs https://github.com/apache/arrow-rs/pull/4585/files#diff-ff91e9fd06b025009cc1d0f9360ecdb8c3d9ea972e8f87b4419eab01e1e8fb7c)
types.rs
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):
LargeUtf8
LargeUtf8View
https://github.com/apache/arrow/blob/c4e088a1d6227868e020c71d596970f35bb9e4c9/format/Schema.fbs#L187-L205
The text was updated successfully, but these errors were encountered:
BinaryViewArray
FYI @ariesdevil
Sorry, something went wrong.
I can work on this if no one else is working on it.
label_issue.py automatically added labels {'parquet'} from #5470
label_issue.py
label_issue.py automatically added labels {'arrow'} from #5470
XiangpengHao
Successfully merging a pull request may close this issue.
This is part of the larger project to implement
StringViewArray
-- see #5374The first thing we will need is a new variant in
DataType
to support this typeSo the basic task is to
DataType
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 noLargeUtf8View
):https://github.com/apache/arrow/blob/c4e088a1d6227868e020c71d596970f35bb9e4c9/format/Schema.fbs#L187-L205
The text was updated successfully, but these errors were encountered: