Skip to content
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

[FEA] Add testing for reading parquet files with lists spanning multiple pages. #17706

Open
pmattione-nvidia opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels
feature request New feature or request

Comments

@pmattione-nvidia
Copy link
Contributor

There was a bug in the parquet reader that was recently exposed and fixed here, where a list was so long that it spanned multiple pages. cudf currently doesn't have any tests for this case, as the cudf parquet writer can't even generate files that have this. We need to manually add in some files that expose these edge cases so that we can create and run tests on them.

@pmattione-nvidia pmattione-nvidia added the feature request New feature or request label Jan 9, 2025
@pmattione-nvidia pmattione-nvidia self-assigned this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant