From 6e03efd48cd9972ba8a50d63348012ff344daed6 Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Thu, 22 Feb 2024 11:17:03 -0500 Subject: [PATCH] trino: Enable test for UNNEST of struct array This was already working, apparently. --- tests/sql/queries/from/unnest_struct.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/sql/queries/from/unnest_struct.sql b/tests/sql/queries/from/unnest_struct.sql index e9a92ea..fd72eea 100644 --- a/tests/sql/queries/from/unnest_struct.sql +++ b/tests/sql/queries/from/unnest_struct.sql @@ -1,6 +1,5 @@ -- pending: snowflake Shouldn't be hard -- pending: sqlite3 No array support --- pending: trino Needs investigation -- -- FROM UNNEST