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
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.
The text was updated successfully, but these errors were encountered:
Adds a python test that makes sure that the parquet reader can correctly handle a list row that spans more than one page. This test resolves [this issue](#17706), which was created to catch problems that can happen like the bug [fixed here](#17699). This test passes now, but fails if the given fix is not present.
Authors:
- Paul Mattione (https://github.com/pmattione-nvidia)
Approvers:
- Bradley Dice (https://github.com/bdice)
URL: #17735
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.
The text was updated successfully, but these errors were encountered: