-
Notifications
You must be signed in to change notification settings - Fork 59
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
Deserialisation Error for Nested Types #134
Comments
Hey! I know of 2: one in arrow2 and one under tests/. The general idea is:
One important thing to remember is that the length of the
the values in this case contain 2 entries (0 and 10), the rep and levels contain 4 each. |
Hey, Thanks for the response, I was referring to the one in the tests https://github.com/jorgecarleitao/parquet2/blob/fa6fa3ca3848c29d8efa80fbf42ee6a5a58cb077/tests/it/read/mod.rs.. |
Hi while deserialising the parquet with nested types facing error, do we have the implementation for the following code snippet (got from the examples section)
Below code executes when page.descriptor.max_rep_level > 0, do we have the primitive_nested implementation for byte array ?
The text was updated successfully, but these errors were encountered: