You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Reading parquet files with byte arrays encoded using DELTA_BYTE_ARRAY causes the error mentioned from the title.
Corresponding fields must be of UTF8 converted type.
To Reproduce
Steps to reproduce the behavior:
read parquet file with strings encoded as DELTA_BYTE_ARRAY with parquet's arrow readers.
Expected behavior
file reads with no error
Actual: the aforementioned error is produced.
Additional context
We fixed this in our fork, I'll send a PR for review and further discussion soon.
The text was updated successfully, but these errors were encountered:
Describe the bug
Reading parquet files with byte arrays encoded using
DELTA_BYTE_ARRAY
causes the error mentioned from the title.Corresponding fields must be of
UTF8
converted type.To Reproduce
Steps to reproduce the behavior:
DELTA_BYTE_ARRAY
with parquet's arrow readers.Expected behavior
Actual: the aforementioned error is produced.
Additional context
We fixed this in our fork, I'll send a PR for review and further discussion soon.
The text was updated successfully, but these errors were encountered: