Skip to content

Commit dce4360

Browse files
committed
Update unit test to include added field
1 parent ba06d26 commit dce4360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/sqllogictest/test_files/tpch/plans/q22.slt.part

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ physical_plan
9090
14)--------------------------CoalesceBatchesExec: target_batch_size=8192
9191
15)----------------------------RepartitionExec: partitioning=Hash([c_custkey@0], 4), input_partitions=4
9292
16)------------------------------CoalesceBatchesExec: target_batch_size=8192
93-
17)--------------------------------FilterExec: substr(c_phone@1, 1, 2) IN ([Literal { value: Utf8View("13") }, Literal { value: Utf8View("31") }, Literal { value: Utf8View("23") }, Literal { value: Utf8View("29") }, Literal { value: Utf8View("30") }, Literal { value: Utf8View("18") }, Literal { value: Utf8View("17") }])
93+
17)--------------------------------FilterExec: substr(c_phone@1, 1, 2) IN ([Literal { value: Utf8View("13"), metadata: None }, Literal { value: Utf8View("31"), metadata: None }, Literal { value: Utf8View("23"), metadata: None }, Literal { value: Utf8View("29"), metadata: None }, Literal { value: Utf8View("30"), metadata: None }, Literal { value: Utf8View("18"), metadata: None }, Literal { value: Utf8View("17"), metadata: None }])
9494
18)----------------------------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
9595
19)------------------------------------DataSourceExec: file_groups={1 group: [[WORKSPACE_ROOT/datafusion/sqllogictest/test_files/tpch/data/customer.tbl]]}, projection=[c_custkey, c_phone, c_acctbal], file_type=csv, has_header=false
9696
20)--------------------------CoalesceBatchesExec: target_batch_size=8192
@@ -100,6 +100,6 @@ physical_plan
100100
24)----------------------CoalescePartitionsExec
101101
25)------------------------AggregateExec: mode=Partial, gby=[], aggr=[avg(customer.c_acctbal)]
102102
26)--------------------------CoalesceBatchesExec: target_batch_size=8192
103-
27)----------------------------FilterExec: c_acctbal@1 > Some(0),15,2 AND substr(c_phone@0, 1, 2) IN ([Literal { value: Utf8View("13") }, Literal { value: Utf8View("31") }, Literal { value: Utf8View("23") }, Literal { value: Utf8View("29") }, Literal { value: Utf8View("30") }, Literal { value: Utf8View("18") }, Literal { value: Utf8View("17") }]), projection=[c_acctbal@1]
103+
27)----------------------------FilterExec: c_acctbal@1 > Some(0),15,2 AND substr(c_phone@0, 1, 2) IN ([Literal { value: Utf8View("13"), metadata: None }, Literal { value: Utf8View("31"), metadata: None }, Literal { value: Utf8View("23"), metadata: None }, Literal { value: Utf8View("29"), metadata: None }, Literal { value: Utf8View("30"), metadata: None }, Literal { value: Utf8View("18"), metadata: None }, Literal { value: Utf8View("17"), metadata: None }]), projection=[c_acctbal@1]
104104
28)------------------------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
105105
29)--------------------------------DataSourceExec: file_groups={1 group: [[WORKSPACE_ROOT/datafusion/sqllogictest/test_files/tpch/data/customer.tbl]]}, projection=[c_phone, c_acctbal], file_type=csv, has_header=false

0 commit comments

Comments
 (0)