This is an automated email from the ASF dual-hosted git repository.

yuqi4733 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 1a8d59aac [#3929] fix(trino-connector): Fix the 
jdbc-postgresql/00004_query_pushdown.sql under catalog pg failed (#4419)
1a8d59aac is described below

commit 1a8d59aac3d33e1978eec2fea5e8f059a5f0d287
Author: Yuhui <[email protected]>
AuthorDate: Thu Aug 8 14:14:55 2024 +0800

    [#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
---
 .../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=%]
 %
 "
 

Reply via email to