-
Notifications
You must be signed in to change notification settings - Fork 240
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
Temporarily disable timestamp read tests for Parquet and ORC #3758
Temporarily disable timestamp read tests for Parquet and ORC #3758
Conversation
Signed-off-by: Jason Lowe <[email protected]>
build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
failure is due to 3.2 change to block manager
build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If reading timestamps is a problem then did we miss test_reading_from_unaligned_pages_all_types
and
test_reading_from_unaligned_pages_all_types_dict_optimized
in parquet_test.py?
Those tests weren't failing so I didn't disable them. I verified all tests pass after the latest changes in rapidsai/cudf#9382, so I'll revert this when we have a cudf snapshot with that change. |
…VIDIA#3758)" This reverts commit 99afae6.
…VIDIA#3758)" This reverts commit 99afae6. Signed-off-by: Jason Lowe <[email protected]>
…3758)" (#3773) This reverts commit 99afae6. Signed-off-by: Jason Lowe <[email protected]>
Temporarily disables timestamp-related Parquet and ORC read tests until #3742 is fixed.