Skip to content

Commit

Permalink
Revert change to csv_test
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Dec 6, 2023
1 parent b393caa commit eefedec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration_tests/src/main/python/csv_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ def test_csv_fallback(spark_tmp_path, read_func, disable_conf, spark_tmp_table_f
cpu_fallback_class_name=get_non_gpu_allowed()[0],
conf=updated_conf)

# todo add '' to represent no date format specified
csv_supported_date_formats = ['yyyy-MM-dd', 'yyyy/MM/dd', 'yyyy-MM', 'yyyy/MM',
'MM-yyyy', 'MM/yyyy', 'MM-dd-yyyy', 'MM/dd/yyyy', 'dd-MM-yyyy', 'dd/MM/yyyy']
@pytest.mark.parametrize('date_format', csv_supported_date_formats, ids=idfn)
Expand Down

0 comments on commit eefedec

Please sign in to comment.