-
Notifications
You must be signed in to change notification settings - Fork 199
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
Handle Arrow large_string
data type
#520
Comments
++ to @syun64 's comment |
I can think of 2 options.
Example: iceberg-python/pyiceberg/table/__init__.py Line 1138 in 36a505f
WIP example in #523 |
Feature Request / Improvement
Currently,
large_string
data type is converted tostring
(link)This breaks the parquet writer when we're writing an Arrow table with a
large_string
columnSee pola-rs/polars#9795
The text was updated successfully, but these errors were encountered: