From 0ee8da8b5ea253ff95883272c00850eff32f479f Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Wed, 28 Feb 2024 07:37:01 -0500 Subject: [PATCH] trino: Clarify description of pending test --- tests/sql/data_types/cast_types.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sql/data_types/cast_types.sql b/tests/sql/data_types/cast_types.sql index 2de82ab..35037c2 100644 --- a/tests/sql/data_types/cast_types.sql +++ b/tests/sql/data_types/cast_types.sql @@ -1,4 +1,4 @@ --- pending: trino Rust driver seems to have problems with NULL in certain columns +-- pending: trino TESTS ONLY: Rust driver seems to have problems with NULL in certain columns -- CAST(NULL AS ) for common types. CREATE OR REPLACE TABLE __result1 AS