Skip to content

Commit

Permalink
Enable tests (#11805)
Browse files Browse the repository at this point in the history
Signed-off-by: Nghia Truong <[email protected]>
  • Loading branch information
ttnghia authored Dec 11, 2024
1 parent e22a7ca commit b471bd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration_tests/src/main/python/json_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,6 @@ def test_from_json_struct_of_list_with_mismatched_schema():
'struct<student:array<struct<name:string,class:string>>>',
'struct<teacher:string,student:array<struct<name:string,class:string>>>'])
@allow_non_gpu(*non_utc_allow)
@pytest.mark.xfail(reason='https://github.com/rapidsai/cudf/issues/17349')
def test_from_json_struct_of_list_with_mixed_nested_types_input(schema):
json_string_gen = StringGen(r'{"teacher": "[A-Z]{1}[a-z]{2,5}",' \
r'"student": \[{"name": "[A-Z]{1}[a-z]{2,5}", "class": "junior"},' \
Expand Down Expand Up @@ -1399,7 +1398,6 @@ def test_spark_from_json_empty_table(data):
conf =_enable_all_types_conf)

# SPARK-20549: from_json bad UTF-8
@pytest.mark.xfail(reason='https://github.com/NVIDIA/spark-rapids/issues/10483')
@allow_non_gpu(*non_utc_allow) # https://github.com/NVIDIA/spark-rapids/issues/10453
def test_spark_from_json_bad_json():
schema = StructType([StructField("a", IntegerType())])
Expand Down

0 comments on commit b471bd7

Please sign in to comment.