summaryrefslogtreecommitdiffstats
path: root/tests/dialects/test_clickhouse.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 20:08:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 20:08:03 +0000
commitcf606e6b9c2bd703d35537ef8880a8b80edf52a5 (patch)
treeac3c8e940fabdaa513920df2a58284fe4e8c84ee /tests/dialects/test_clickhouse.py
parentReleasing debian version 24.0.0-1. (diff)
downloadsqlglot-cf606e6b9c2bd703d35537ef8880a8b80edf52a5.tar.xz
sqlglot-cf606e6b9c2bd703d35537ef8880a8b80edf52a5.zip
Merging upstream version 24.1.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/dialects/test_clickhouse.py')
-rw-r--r--tests/dialects/test_clickhouse.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dialects/test_clickhouse.py b/tests/dialects/test_clickhouse.py
index 15adda8..72634a8 100644
--- a/tests/dialects/test_clickhouse.py
+++ b/tests/dialects/test_clickhouse.py
@@ -42,6 +42,7 @@ class TestClickhouse(Validator):
self.assertEqual(expr.sql(dialect="clickhouse"), "COUNT(x)")
self.assertIsNone(expr._meta)
+ self.validate_identity("SELECT CAST(x AS Tuple(String, Array(Nullable(Float64))))")
self.validate_identity("countIf(x, y)")
self.validate_identity("x = y")
self.validate_identity("x <> y")