From eefedec7ad9993a1c17511e937e04e39271e8515 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Wed, 6 Dec 2023 10:20:08 -0700 Subject: [PATCH] Revert change to csv_test --- integration_tests/src/main/python/csv_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/integration_tests/src/main/python/csv_test.py b/integration_tests/src/main/python/csv_test.py index 41be0badca76..3fb83a665e33 100644 --- a/integration_tests/src/main/python/csv_test.py +++ b/integration_tests/src/main/python/csv_test.py @@ -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)