From 008e13f466f458e69f8e9e6839415ba3ebeb49e5 Mon Sep 17 00:00:00 2001 From: Eduard Karacharov Date: Wed, 17 Apr 2024 21:04:51 +0300 Subject: [PATCH] test fix after merging main --- datafusion/sqllogictest/test_files/joins.slt | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/datafusion/sqllogictest/test_files/joins.slt b/datafusion/sqllogictest/test_files/joins.slt index 0fe73b2c9522..1ac76a0171f8 100644 --- a/datafusion/sqllogictest/test_files/joins.slt +++ b/datafusion/sqllogictest/test_files/joins.slt @@ -3662,18 +3662,16 @@ logical_plan physical_plan 01)ProjectionExec: expr=[c@2 as c, d@3 as d, e@0 as e, f@1 as f] 02)--CoalesceBatchesExec: target_batch_size=2 -03)----HashJoinExec: mode=Partitioned, join_type=Full, on=[(e@0, c@0)] +03)----HashJoinExec: mode=CollectLeft, join_type=Full, on=[(e@0, c@0)] 04)------ProjectionExec: expr=[1 as e, 3 as f] 05)--------PlaceholderRowExec -06)------CoalesceBatchesExec: target_batch_size=2 -07)--------RepartitionExec: partitioning=Hash([c@0], 1), input_partitions=2 -08)----------UnionExec -09)------------ProjectionExec: expr=[1 as c, 2 as d] -10)--------------PlaceholderRowExec -11)------------ProjectionExec: expr=[1 as c, 3 as d] -12)--------------PlaceholderRowExec +06)------UnionExec +07)--------ProjectionExec: expr=[1 as c, 2 as d] +08)----------PlaceholderRowExec +09)--------ProjectionExec: expr=[1 as c, 3 as d] +10)----------PlaceholderRowExec -query IIII +query IIII rowsort SELECT * FROM ( SELECT 1 as c, 2 as d UNION ALL