From c01e08411dd073267679b877169102c8da5876dd Mon Sep 17 00:00:00 2001 From: oppenheimer Date: Sun, 7 Jan 2024 02:29:06 +0000 Subject: [PATCH] Fix orca test --- .../modify_table_data_corrupt_optimizer.out | 16 ++++++++-------- src/test/regress/expected/uao_catalog_tables.out | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/test/isolation2/expected/modify_table_data_corrupt_optimizer.out b/src/test/isolation2/expected/modify_table_data_corrupt_optimizer.out index 8f828bddab2..9fc7271eabd 100644 --- a/src/test/isolation2/expected/modify_table_data_corrupt_optimizer.out +++ b/src/test/isolation2/expected/modify_table_data_corrupt_optimizer.out @@ -131,13 +131,13 @@ explain (costs off) delete from tab1 using tab2, tab3 where tab1.a = tab2.a and -> Redistribute Motion 3:3 (slice1; segments: 3) Hash Key: tab1_1.b -> Hash Join - Hash Cond: (tab3.a = tab1_1.b) - -> Seq Scan on tab3 + Hash Cond: (tab2.a = tab1_1.a) + -> Seq Scan on tab2 -> Hash -> Broadcast Motion 3:3 (slice2; segments: 3) -> Hash Join - Hash Cond: (tab2.a = tab1_1.a) - -> Seq Scan on tab2 + Hash Cond: (tab3.a = tab1_1.b) + -> Seq Scan on tab3 -> Hash -> Broadcast Motion 3:3 (slice3; segments: 3) -> Seq Scan on tab1 tab1_1 @@ -162,13 +162,13 @@ explain (costs off) update tab1 set a = 999 from tab2, tab3 where tab1.a = tab2. Hash Key: tab1_1.b -> Split -> Hash Join - Hash Cond: (tab3.a = tab1_1.b) - -> Seq Scan on tab3 + Hash Cond: (tab2.a = tab1_1.a) + -> Seq Scan on tab2 -> Hash -> Broadcast Motion 3:3 (slice2; segments: 3) -> Hash Join - Hash Cond: (tab2.a = tab1_1.a) - -> Seq Scan on tab2 + Hash Cond: (tab3.a = tab1_1.b) + -> Seq Scan on tab3 -> Hash -> Broadcast Motion 3:3 (slice3; segments: 3) -> Seq Scan on tab1 tab1_1 diff --git a/src/test/regress/expected/uao_catalog_tables.out b/src/test/regress/expected/uao_catalog_tables.out index e44f5cdb6fd..6f5bc9c2f09 100644 --- a/src/test/regress/expected/uao_catalog_tables.out +++ b/src/test/regress/expected/uao_catalog_tables.out @@ -300,9 +300,9 @@ select * from gp_toolkit.__gp_aovisimap_hidden_info('uao_table_check_hidden_tup_ -------+-----------------+---------------- 1 | 0 | 0 2 | 0 | 0 - 1 | 0 | 1 + 1 | 0 | 0 2 | 0 | 0 - 1 | 0 | 5 + 1 | 0 | 0 2 | 0 | 0 (6 rows) @@ -334,7 +334,7 @@ select * from gp_toolkit.__gp_aovisimap_hidden_info('uao_table_check_hidden_tup_ 2 | 0 | 5 1 | 0 | 0 2 | 0 | 4 - 1 | 0 | 8 + 1 | 0 | 0 2 | 0 | 1 (6 rows)