NVIDIA / spark-rapids

Spark RAPIDS plugin - accelerate Apache Spark with GPUs
https://nvidia.github.io/spark-rapids
Apache License 2.0
782 stars 228 forks source link

Fix tests failures in multiple files #11031

Closed razajafri closed 1 month ago

razajafri commented 2 months ago
FAILED ../../../../integration_tests/src/main/python/hive_delimited_text_test.py::test_read_compressed_hive_text
FAILED ../../../../integration_tests/src/main/python/get_json_test.py::test_get_json_object_quoted_question
FAILED ../../../../integration_tests/src/main/python/time_window_test.py::test_grouped_sliding_window_array
FAILED ../../../../integration_tests/src/main/python/datasourcev2_read_test.py::test_read_all_types_count
FAILED ../../../../integration_tests/src/main/python/orc_write_test.py::test_orc_do_not_lowercase_columns
FAILED ../../../../integration_tests/src/main/python/expand_exec_test.py::test_expand_pre_project
FAILED ../../../../integration_tests/src/main/python/logic_test.py::test_logical_with_side_effect
FAILED ../../../../integration_tests/src/main/python/json_matrix_test.py::test_scan_json_strings
FAILED ../../../../integration_tests/src/main/python/repart_test.py::test_hash_repartition_exact
FAILED ../../../../integration_tests/src/main/python/misc_expr_test.py::test_raise_error
mythrocks commented 2 months ago

All these tests pass with ANSI mode disabled, except for:

  1. get_json_test.py::test_get_json_object_quoted_question
  2. orc_write_test.py::test_orc_do_not_lowercase_columns
  3. logic_test.py::test_logical_with_side_effect (Seems off in the formatting.)