From aa1d6f813860ef11331ef5a25c04ea6c1349906b Mon Sep 17 00:00:00 2001 From: Grieve Date: Wed, 4 Sep 2024 16:41:44 +0800 Subject: [PATCH] chore(trino): edit expression for timestamptz --- ibis-server/tests/routers/v2/connector/test_trino.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibis-server/tests/routers/v2/connector/test_trino.py b/ibis-server/tests/routers/v2/connector/test_trino.py index a931a5af5..6d376e458 100644 --- a/ibis-server/tests/routers/v2/connector/test_trino.py +++ b/ibis-server/tests/routers/v2/connector/test_trino.py @@ -46,7 +46,7 @@ }, { "name": "timestamptz", - "expression": "with_timezone(TIMESTAMP '2024-01-01 23:59:59', 'UTC')", + "expression": "TIMESTAMP '2024-01-01 23:59:59 UTC'", "type": "timestamp", }, {