From 1a8d59aac3d33e1978eec2fea5e8f059a5f0d287 Mon Sep 17 00:00:00 2001 From: Yuhui Date: Thu, 8 Aug 2024 14:14:55 +0800 Subject: [PATCH] [#3929] fix(trino-connector): Fix the jdbc-postgresql/00004_query_pushdown.sql under catalog pg failed (#4419) ### What changes were proposed in this pull request? Fix the jdbc-postgresql/00004_query_pushdown.sql under catalog pg failed. Because the explain result of the join query has random left and right table. ### Why are the changes needed? Fix: #3929 ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? Exist testers --- .../testsets/jdbc-postgresql/00004_query_pushdown.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00004_query_pushdown.txt b/integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00004_query_pushdown.txt index cf7cbeab737..c0d96d08640 100644 --- a/integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00004_query_pushdown.txt +++ b/integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00004_query_pushdown.txt @@ -40,7 +40,7 @@ INSERT: 15000 rows "Trino version: % % - TableScan[table = gt_postgresql:gt_db1.orders->Query[SELECT % INNER JOIN %] limit=10 columns=%] + TableScan[table = gt_postgresql:gt_db1.%->Query[SELECT % INNER JOIN %] limit=10 columns=%] % "