1
0
Fork 0

Merging upstream version 26.22.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-29 07:21:12 +02:00
parent ecad2ca6a9
commit 3552a78d82
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
69 changed files with 29194 additions and 28548 deletions

View file

@ -28,6 +28,21 @@ TIME;
TIME_SUB(CAST('09:05:03' AS TIME), INTERVAL 2 HOUR);
TIME;
SORT_ARRAY(ARRAY(tbl.str_col));
ARRAY<STRING>;
SORT_ARRAY(ARRAY(tbl.double_col));
ARRAY<DOUBLE>;
SORT_ARRAY(ARRAY(tbl.bigint_col));
ARRAY<BIGINT>;
tbl.bigint || tbl.str_col;
VARCHAR;
tbl.str_col || tbl.bigint;
VARCHAR;
--------------------------------------
-- Spark2 / Spark3 / Databricks
--------------------------------------