Skip to content

Commit

Permalink
Remove datagen seed override for test_conditional_with_side_effects_cast
Browse files Browse the repository at this point in the history
Fixes NVIDIA#9992

Addendum to NVIDIA#10090

Signed-off-by: Gera Shegalov <gera@apache.org>
  • Loading branch information
gerashegalov committed Dec 28, 2023
1 parent 6abe148 commit ee0b329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration_tests/src/main/python/conditionals_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ def test_conditional_with_side_effects_col_scalar(data_gen):

@pytest.mark.parametrize('data_gen', [mk_str_gen('[0-9]{1,20}')], ids=idfn)
@pytest.mark.skipif(not is_jvm_charset_utf8(), reason="regular expressions require UTF-8")
@datagen_overrides(seed=0, reason='https://github.com/NVIDIA/spark-rapids/issues/9992')
def test_conditional_with_side_effects_cast(data_gen):
test_conf=copy_and_update(
ansi_enabled_conf, {'spark.rapids.sql.regexp.enabled': True})
Expand Down

0 comments on commit ee0b329

Please sign in to comment.