Skip to content

Commit

Permalink
[apache#3929] fix(trino-connector): Fix the jdbc-postgresql/00004_que…
Browse files Browse the repository at this point in the history
…ry_pushdown.sql under catalog pg failed (apache#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: apache#3929

### Does this PR introduce _any_ user-facing change?

NO

### How was this patch tested?

Exist testers
  • Loading branch information
diqiu50 authored Aug 8, 2024
1 parent 7661d18 commit 1a8d59a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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=%]
%
"

Expand Down

0 comments on commit 1a8d59a

Please sign in to comment.