-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
Support parsing/encoding WKT and WKB from binary/text view arrays #942
Comments
I think this is an error I am encountering. I can get a |
This issue is for something else. Arrow supports multiple types to store binary and string data. In particular, it has both the "traditional" binary/string array and the new "view types" binary/string arrays. See https://datafusion.apache.org/blog/2024/09/13/string-view-german-style-strings-part-1/, https://pola.rs/posts/polars-string-type/. We currently support parsing WKT and WKB from the "traditional" types but not the new "view" types. |
I accidentally pushed it directly but I fixed that But still, that only fixes the |
apache/arrow-rs#6924 and the existing |
No description provided.
The text was updated successfully, but these errors were encountered: