-
Notifications
You must be signed in to change notification settings - Fork 235
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
[BUG] FAILED schema_evolution_test.py::test_column_add_after_partition[orc][DATAGEN_SEED=1700413303, INJECT_OOM, IGNORE_ORDER({'local': True})] in 330cdh #9807
Comments
I had this fail outside of cdh. |
Is this a case where the timezone is not set in the CDH test environment? |
The problem relates to an arguably invalid date being generated during the test. During the failed run, the date
However when the GPU writes the date, it encodes it in such a way that the CPU and GPU readers differ on the value:
I tried pandas and the ORC Java tools against the CPU and GPU generated ORC files. All readers agree the CPU-written file has the date |
Relates to #131 |
Updated the compatibility docs to describe the incompatibilities with the lost days associated with the switch to the Gregorian calendar. Putting this back into the backlog since fixing is deemed low priority. |
Describe the bug
Mismatched CPU and GPU results. internal pipeline: rapids-it-cloudera1-raplab
FAILED ../../src/main/python/schema_evolution_test.py::test_column_add_after_partition[orc][DATAGEN_SEED=1700413303, INJECT_OOM, IGNORE_ORDER({'local': True})]
Steps/Code to reproduce bug
re-run internal rapids-it-cloudera1-raplab
Expected behavior
pass the test
Environment details (please complete the following information)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: