[ 
https://issues.apache.org/jira/browse/ARROW-16033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Weston Pace resolved ARROW-16033.
---------------------------------
    Fix Version/s: 8.0.0
       Resolution: Fixed

Issue resolved by pull request 12721
[https://github.com/apache/arrow/pull/12721]

> [C++] Pass schema to consuming sink node
> ----------------------------------------
>
>                 Key: ARROW-16033
>                 URL: https://issues.apache.org/jira/browse/ARROW-16033
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Weston Pace
>            Assignee: Weston Pace
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 8.0.0
>
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Currently most consuming sink node implementations require the schema so they 
> can convert from ExecBatch to RecordBatch.  However, the node already knows 
> the schema of the batches (it is the output schema of the input).  By passing 
> this schema to the consumers we can avoid having to know the schema ahead of 
> time and simplify creating a sink node consumer.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to