Skip to content

Commit

Permalink
enable test_from_json_struct_decimal (NVIDIA#10614)
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Grove <[email protected]>
  • Loading branch information
andygrove authored Apr 1, 2024
1 parent d7942e2 commit 0747506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration_tests/src/main/python/json_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,6 @@ def test_from_json_struct_boolean(pattern):
conf=_enable_all_types_conf)

@allow_non_gpu(*non_utc_allow)
@datagen_overrides(seed=0, reason='https://github.com/NVIDIA/spark-rapids/issues/10349')
def test_from_json_struct_decimal():
json_string_gen = StringGen(r'{ "a": "[+-]?([0-9]{0,5})?(\.[0-9]{0,2})?([eE][+-]?[0-9]{1,2})?" }') \
.with_special_pattern('', weight=50) \
Expand Down

0 comments on commit 0747506

Please sign in to comment.