-
Notifications
You must be signed in to change notification settings - Fork 174
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
Problems with reader and deep schemas #42
Comments
The problem seems to be with how the reader reconstructs the schema from the parquet file. If I log the original fields from the schema (i.e.
However if I look at the schema created by the reader (i.e.
|
same here for me. |
Here is an example of a schema that is three levels deep. Shreading and Materializing a single record works fine however writing a parquet file and reading it back results in an error:
Output is:
The text was updated successfully, but these errors were encountered: