Skip to content

Commit

Permalink
Merge pull request #10357 from NVIDIA/branch-24.02
Browse files Browse the repository at this point in the history
[auto-merge] branch-24.02 to branch-24.04 [skip ci] [bot]
  • Loading branch information
nvauto authored Feb 1, 2024
2 parents 04b687d + f433de9 commit 7a34757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests/src/main/python/json_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ def test_from_json_struct_boolean(pattern):
conf={"spark.rapids.sql.expression.JsonToStructs": True})

@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 7a34757

Please sign in to comment.