summaryrefslogtreecommitdiffstats
path: root/tests/dialects/test_spark.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-23 11:12:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-23 11:12:26 +0000
commit6ea73443a6a81d2477f8eab80dcf1a9206a44d5e (patch)
treeb44112413472fb48b734e74cc01ac1082c197c4c /tests/dialects/test_spark.py
parentAdding upstream version 25.5.1. (diff)
downloadsqlglot-6ea73443a6a81d2477f8eab80dcf1a9206a44d5e.tar.xz
sqlglot-6ea73443a6a81d2477f8eab80dcf1a9206a44d5e.zip
Adding upstream version 25.6.1.upstream/25.6.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/dialects/test_spark.py')
-rw-r--r--tests/dialects/test_spark.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/dialects/test_spark.py b/tests/dialects/test_spark.py
index 4e62b32..fc3146f 100644
--- a/tests/dialects/test_spark.py
+++ b/tests/dialects/test_spark.py
@@ -684,6 +684,8 @@ TBLPROPERTIES (
write={
"spark": "SELECT DATE_ADD(MONTH, 20, col)",
"databricks": "SELECT DATE_ADD(MONTH, 20, col)",
+ "presto": "SELECT DATE_ADD('MONTH', 20, col)",
+ "trino": "SELECT DATE_ADD('MONTH', 20, col)",
},
)