File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
datafusion/sqllogictest/test_files Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5127,10 +5127,12 @@ WHERE k1 < 0
5127
5127
physical_plan
5128
5128
01)CoalesceBatchesExec: target_batch_size=3
5129
5129
02)--HashJoinExec: mode=CollectLeft, join_type=RightAnti, on=[(k2@0, k1@0)]
5130
- 03)----DataSourceExec: partitions=1, partition_sizes=[0]
5131
- 04)----CoalesceBatchesExec: target_batch_size=3
5132
- 05)------FilterExec: k1@0 < 0
5133
- 06)--------DataSourceExec: partitions=1, partition_sizes=[10000]
5130
+ 03)----CoalesceBatchesExec: target_batch_size=3
5131
+ 04)------FilterExec: k2@0 < 0
5132
+ 05)--------DataSourceExec: partitions=1, partition_sizes=[0]
5133
+ 06)----CoalesceBatchesExec: target_batch_size=3
5134
+ 07)------FilterExec: k1@0 < 0
5135
+ 08)--------DataSourceExec: partitions=1, partition_sizes=[10000]
5134
5136
5135
5137
query II
5136
5138
SELECT *
You can’t perform that action at this time.
0 commit comments