Skip to content

Commit

Permalink
Enable tests after string_split was fixed (#11474)
Browse files Browse the repository at this point in the history
Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
  • Loading branch information
revans2 authored Sep 16, 2024
1 parent 65f0095 commit 00cd422
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions integration_tests/src/main/python/cast_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ def _assert_cast_to_string_equal (data_gen, conf):
)


@pytest.mark.xfail(reason="https://github.com/NVIDIA/spark-rapids/issues/11437")
@pytest.mark.parametrize('data_gen', all_array_gens_for_cast_to_string, ids=idfn)
@pytest.mark.parametrize('legacy', ['true', 'false'])
@allow_non_gpu(*non_utc_allow)
Expand Down Expand Up @@ -358,7 +357,6 @@ def test_cast_array_with_unmatched_element_to_string(data_gen, legacy):
)


@pytest.mark.xfail(reason="https://github.com/NVIDIA/spark-rapids/issues/11437")
@pytest.mark.parametrize('data_gen', basic_map_gens_for_cast_to_string, ids=idfn)
@pytest.mark.parametrize('legacy', ['true', 'false'])
@allow_non_gpu(*non_utc_allow)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ class MortgageSparkSuite extends AnyFunSuite {
builder.getOrCreate()
}

// test failing, tracked by https://github.com/NVIDIA/spark-rapids/issues/11436
ignore("extract mortgage data") {
test("extract mortgage data") {
val df = Run.csv(
session,
getClass.getClassLoader.getResource("Performance_2007Q3.txt_0").getPath,
Expand Down

0 comments on commit 00cd422

Please sign in to comment.