@@ -90,7 +90,7 @@ physical_plan
909014)--------------------------CoalesceBatchesExec: target_batch_size=8192
919115)----------------------------RepartitionExec: partitioning=Hash([c_custkey@0], 4), input_partitions=4
929216)------------------------------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 }])
949418)----------------------------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
959519)------------------------------------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
969620)--------------------------CoalesceBatchesExec: target_batch_size=8192
@@ -100,6 +100,6 @@ physical_plan
10010024)----------------------CoalescePartitionsExec
10110125)------------------------AggregateExec: mode=Partial, gby=[], aggr=[avg(customer.c_acctbal)]
10210226)--------------------------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]
10410428)------------------------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
10510529)--------------------------------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