Skip to content

Commit

Permalink
Remove skip for test_unsupported_fallback_substring_index.
Browse files Browse the repository at this point in the history
Signed-off-by: MithunR <mithunr@nvidia.com>
  • Loading branch information
mythrocks committed Nov 5, 2024
1 parent e7732c5 commit 68e98fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions integration_tests/src/main/python/string_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ def test_substring_index(data_gen,delim):


@allow_non_gpu('ProjectExec')
@pytest.mark.skipif(condition=is_spark_400_or_later(),
reason="Bug in Apache Spark 4.0 causes NumberFormatExceptions from substring_index(), "
"if called with index==null. For further information, see: "
"https://issues.apache.org/jira/browse/SPARK-48989.")
@pytest.mark.parametrize('data_gen', [mk_str_gen('([ABC]{0,3}_?){0,7}')], ids=idfn)
def test_unsupported_fallback_substring_index(data_gen):
delim_gen = StringGen(pattern="_")
Expand Down

0 comments on commit 68e98fe

Please sign in to comment.