@@ -245,6 +245,7 @@ physical_plan after EnforceSorting SAME TEXT AS ABOVE
245245physical_plan after OptimizeAggregateOrder SAME TEXT AS ABOVE
246246physical_plan after ProjectionPushdown SAME TEXT AS ABOVE
247247physical_plan after coalesce_batches SAME TEXT AS ABOVE
248+ physical_plan after coalesce_async_exec_input SAME TEXT AS ABOVE
248249physical_plan after OutputRequirements DataSourceExec: file_groups={1 group: [[WORKSPACE_ROOT/datafusion/core/tests/data/example.csv]]}, projection=[a, b, c], file_type=csv, has_header=true
249250physical_plan after LimitAggregation SAME TEXT AS ABOVE
250251physical_plan after ProjectionPushdown SAME TEXT AS ABOVE
@@ -319,6 +320,7 @@ physical_plan after EnforceSorting SAME TEXT AS ABOVE
319320physical_plan after OptimizeAggregateOrder SAME TEXT AS ABOVE
320321physical_plan after ProjectionPushdown SAME TEXT AS ABOVE
321322physical_plan after coalesce_batches SAME TEXT AS ABOVE
323+ physical_plan after coalesce_async_exec_input SAME TEXT AS ABOVE
322324physical_plan after OutputRequirements
32332501)GlobalLimitExec: skip=0, fetch=10, statistics=[Rows=Exact(8), Bytes=Absent, [(Col[0]:),(Col[1]:),(Col[2]:),(Col[3]:),(Col[4]:),(Col[5]:),(Col[6]:),(Col[7]:),(Col[8]:),(Col[9]:),(Col[10]:)]]
32432602)--DataSourceExec: file_groups={1 group: [[WORKSPACE_ROOT/parquet-testing/data/alltypes_plain.parquet]]}, projection=[id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col, double_col, date_string_col, string_col, timestamp_col], limit=10, file_type=parquet, statistics=[Rows=Exact(8), Bytes=Absent, [(Col[0]:),(Col[1]:),(Col[2]:),(Col[3]:),(Col[4]:),(Col[5]:),(Col[6]:),(Col[7]:),(Col[8]:),(Col[9]:),(Col[10]:)]]
@@ -359,6 +361,7 @@ physical_plan after EnforceSorting SAME TEXT AS ABOVE
359361physical_plan after OptimizeAggregateOrder SAME TEXT AS ABOVE
360362physical_plan after ProjectionPushdown SAME TEXT AS ABOVE
361363physical_plan after coalesce_batches SAME TEXT AS ABOVE
364+ physical_plan after coalesce_async_exec_input SAME TEXT AS ABOVE
362365physical_plan after OutputRequirements
36336601)GlobalLimitExec: skip=0, fetch=10
36436702)--DataSourceExec: file_groups={1 group: [[WORKSPACE_ROOT/parquet-testing/data/alltypes_plain.parquet]]}, projection=[id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col, double_col, date_string_col, string_col, timestamp_col], limit=10, file_type=parquet
0 commit comments