[
https://issues.apache.org/jira/browse/ARROW-14009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-14009:
-----------------------------------
Labels: pull-request-available query-engine (was: query-engine)
> [C++] Ensure SourceNode truly feeds batches to plan in parallel
> ---------------------------------------------------------------
>
> Key: ARROW-14009
> URL: https://issues.apache.org/jira/browse/ARROW-14009
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: David Li
> Assignee: David Li
> Priority: Major
> Labels: pull-request-available, query-engine
> Fix For: 6.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> While looking at some basic instrumentation, I noticed SourceNode calls
> InputReceived directly in its Loop handler, meaning that we only ever process
> one batch at a time (barring a pipeline breaker). We should instead submit
> batches in parallel.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)