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

Fix tests failures in cast_test.py #11009

Closed
Tracked by #11004
razajafri opened this issue Jun 8, 2024 · 1 comment · Fixed by #11559
Closed
Tracked by #11004

Fix tests failures in cast_test.py #11009

razajafri opened this issue Jun 8, 2024 · 1 comment · Fixed by #11559
Assignees
Labels
bug Something isn't working Spark 4.0+ Spark 4.0+ issues

Comments

@razajafri
Copy link
Collaborator

FAILED ../../../../integration_tests/src/main/python/cast_test.py::test_cast_date_integral_and_fp
FAILED ../../../../integration_tests/src/main/python/cast_test.py::test_cast_decimal_to
FAILED ../../../../integration_tests/src/main/python/cast_test.py::test_cast_decimal_to_decimal
FAILED ../../../../integration_tests/src/main/python/cast_test.py::test_cast_empty_string_to_int
FAILED ../../../../integration_tests/src/main/python/cast_test.py::test_cast_float_to_timestamp_ansi_for_nan_inf
FAILED ../../../../integration_tests/src/main/python/cast_test.py::test_cast_float_to_timestamp_for_nan_inf
FAILED ../../../../integration_tests/src/main/python/cast_test.py::test_cast_integral_to_decimal
FAILED ../../../../integration_tests/src/main/python/cast_test.py::test_cast_string_date_fallback
FAILED ../../../../integration_tests/src/main/python/cast_test.py::test_cast_string_date_non_ansi
FAILED ../../../../integration_tests/src/main/python/cast_test.py::test_cast_string_date_valid_format
FAILED ../../../../integration_tests/src/main/python/cast_test.py::test_cast_string_timestamp_fallback
FAILED ../../../../integration_tests/src/main/python/cast_test.py::test_cast_string_to_day_time_interval_exception
FAILED ../../../../integration_tests/src/main/python/cast_test.py::test_cast_string_ts_valid_format
FAILED ../../../../integration_tests/src/main/python/cast_test.py::test_cast_timestamp_to_numeric_non_ansi
@razajafri razajafri added bug Something isn't working ? - Needs Triage Need team to review and classify labels Jun 8, 2024
@razajafri razajafri added the Spark 4.0+ Spark 4.0+ issues label Jun 8, 2024
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Jun 11, 2024
@razajafri razajafri self-assigned this Jun 13, 2024
@razajafri razajafri removed their assignment Aug 26, 2024
@razajafri
Copy link
Collaborator Author

Removing myself to focus on other tests

mythrocks added a commit to mythrocks/spark-rapids that referenced this issue Oct 1, 2024
Fixes NVIDIA#11009.

This commit addresses the test failures in cast_test.py, on Spark 4.0.
These generally have to do with changes in behaviour of Spark when
ANSI mode is enabled.

This commit specifically addresses `test_cast_date_integral_and_fp`,
`test_cast_decimal_to`, and `test_cast_decimal_to_decimal`.
@mythrocks mythrocks self-assigned this Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Spark 4.0+ Spark 4.0+ issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants