Skip to content

Commit

Permalink
Temporary change the qp_dropped_cols expected file
Browse files Browse the repository at this point in the history
The original patch needs 76379b08d6 commit feature to display detailed plan information. Temporary update the expected file to let the regression test happy.
  • Loading branch information
Tao-Ma authored and my-ship-it committed Jan 3, 2025
1 parent 202225e commit 64d6802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/regress/expected/qp_dropped_cols_optimizer.out
Original file line number Diff line number Diff line change
Expand Up @@ -14987,7 +14987,7 @@ EXPLAIN (costs off) SELECT * FROM ds_main, non_part2 WHERE ds_main.c = non_part2
-> Hash Join
Hash Cond: (ds_main.c = non_part2.e)
-> Dynamic Seq Scan on ds_main
Number of partitions to scan: 6 (out of 6)
Number of partitions to scan: 6
Filter: ((a = a) AND (SubPlan 1))
SubPlan 1
-> Materialize
Expand Down

0 comments on commit 64d6802

Please sign in to comment.