Skip to content

Commit

Permalink
Renamed the test input file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mythrocks committed Nov 13, 2024
1 parent 89fbe4f commit c59a007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/src/main/python/json_matrix_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ def test_from_json_string_arrays(std_input_path, input_file):
"boolean_formatted.json",
"int_array_formatted.json",
"int_struct_formatted.json",
pytest.param("int_struct_formatted_overflows.json", marks=pytest.mark.xfail(
pytest.param("int_struct_formatted_problematic_rows.json", marks=pytest.mark.xfail(
condition=is_before_spark_342() or is_databricks_version_or_later(14, 3),
reason='Before Spark 3.4.2? https://github.com/NVIDIA/spark-rapids/issues/10588. '
'Databricks 14.3 or later? https://github.com/NVIDIA/spark-rapids/issues/11711.')),
Expand Down Expand Up @@ -1291,7 +1291,7 @@ def test_scan_json_long_structs(std_input_path, read_func, spark_tmp_table_facto
"boolean_formatted.json",
"int_array_formatted.json",
"int_struct_formatted.json",
pytest.param("int_struct_formatted_overflows.json", marks=pytest.mark.xfail(
pytest.param("int_struct_formatted_problematic_rows.json", marks=pytest.mark.xfail(
condition=is_before_spark_342() or is_databricks_version_or_later(14, 3),
reason='Before Spark 3.4.2? https://github.com/NVIDIA/spark-rapids/issues/10588. '
'Databricks 14.3 or later? https://github.com/NVIDIA/spark-rapids/issues/11711.')),
Expand Down

0 comments on commit c59a007

Please sign in to comment.