From 948a422be120c069e48c63a8770fec7204307897 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 19 Dec 2023 12:01:36 +0100 Subject: Adding upstream version 20.3.0. Signed-off-by: Daniel Baumann --- tests/dialects/test_spark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dialects/test_spark.py') diff --git a/tests/dialects/test_spark.py b/tests/dialects/test_spark.py index fe37027..24f68f8 100644 --- a/tests/dialects/test_spark.py +++ b/tests/dialects/test_spark.py @@ -75,7 +75,7 @@ class TestSpark(Validator): col_a INTEGER, date VARCHAR ) -COMMENT='Test comment: blah' +COMMENT 'Test comment: blah' WITH ( PARTITIONED_BY=ARRAY['date'], FORMAT='ICEBERG', -- cgit v1.2.3