Skip to content

Commit 6307567

Browse files
committed
refine test
1 parent 344a38a commit 6307567

File tree

1 file changed

+2
-2
lines changed
  • datafusion/sqllogictest/test_files

1 file changed

+2
-2
lines changed

datafusion/sqllogictest/test_files/join.slt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,9 +1158,9 @@ logical_plan
11581158
07)----TableScan: t0 projection=[v0, v1]
11591159
physical_plan
11601160
01)CoalesceBatchesExec: target_batch_size=8192
1161-
02)--HashJoinExec: mode=CollectLeft, join_type=Inner, on=[(CAST(t1.v0 AS Float64)@6, v1@1)], filter=v1@1 + CAST(v0@0 AS Float64) > 0, projection=[v0@0, v1@1, v2@2, v3@3, v4@4, v0@7, v1@8]
1161+
02)--HashJoinExec: mode=CollectLeft, join_type=Inner, on=[(CAST(t1.v0 AS Float64)@6, v1@1)], filter=v1@1 + CAST(v0@0 AS Float64) > 0, projection=[v0@0, v1@1, v2@3, v3@4, v4@5, v0@7, v1@8]
11621162
03)----CoalescePartitionsExec
1163-
04)------ProjectionExec: expr=[v0@0 as v0, v1@1 as v1, v2@3 as v2, v3@4 as v3, v4@5 as v4, v0@2 as v0, CAST(v0@0 AS Float64) as CAST(t1.v0 AS Float64)]
1163+
04)------ProjectionExec: expr=[v0@0 as v0, v1@1 as v1, v0@2 as v0, v2@3 as v2, v3@4 as v3, v4@5 as v4, CAST(v0@0 AS Float64) as CAST(t1.v0 AS Float64)]
11641164
05)--------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
11651165
06)----------CoalesceBatchesExec: target_batch_size=8192
11661166
07)------------HashJoinExec: mode=CollectLeft, join_type=Inner, on=[(v0@0, v0@0), (v1@1, v1@1)], projection=[v0@0, v1@1, v0@2, v2@4, v3@5, v4@6]

0 commit comments

Comments
 (0)