Skip to content

Commit

Permalink
tests pass with 341
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Dec 12, 2023
1 parent fd50335 commit 01dd4bf
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 @@ -695,7 +695,7 @@ def test_from_json_struct_date_fallback_legacy(date_gen, date_format):
conf={"spark.rapids.sql.expression.JsonToStructs": True,
'spark.sql.legacy.timeParserPolicy': 'LEGACY'})

@pytest.mark.skipif(is_spark_340_or_later(), "We support custom formats with Spark 340+")
@pytest.mark.skipif(is_spark_340_or_later(), reason="We only support custom formats with Spark 340+")
@allow_non_gpu('ProjectExec')
@pytest.mark.parametrize('date_gen', ["\"[1-8]{1}[0-9]{3}-[0-3]{1,2}-[0-3]{1,2}\""])
@pytest.mark.parametrize('date_format', [
Expand Down

0 comments on commit 01dd4bf

Please sign in to comment.