Skip to content

Commit

Permalink
add link to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Nov 14, 2023
1 parent 3a07681 commit c55b5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/src/main/python/json_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def test_read_case_col_name(spark_tmp_path, v1_enabled_list, col_name):
.with_special_case('\'a\'') \
.with_special_case('\\\'a\\\''),
pytest.param(StringGen('\u001a', nullable=True), marks=pytest.mark.xfail(
reason='cuDF represents two-digit unicode characters in hex format such as \x1a'))
reason='https://github.com/NVIDIA/spark-rapids/issues/9705'))
], ids=idfn)
@pytest.mark.parametrize('ignore_null_fields', [True, False])
@pytest.mark.parametrize('pretty', [
Expand Down

0 comments on commit c55b5d3

Please sign in to comment.