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:
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: