This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.6 by this push:
new 075e38cc8 [#3929] fix(trino-connector): Fix the
jdbc-postgresql/00004_query_pushdown.sql under catalog pg failed (#4434)
075e38cc8 is described below
commit 075e38cc896164d42f1fd21cf1fb4e565cca529a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 8 19:05:35 2024 +0800
[#3929] fix(trino-connector): Fix the
jdbc-postgresql/00004_query_pushdown.sql under catalog pg failed (#4434)
### 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
Co-authored-by: Yuhui <[email protected]>
---
.../trino-ci-testset/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 cf7cbeab7..c0d96d086 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=%]
%
"