You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2022/03/25 23:32:00 UTC

[jira] [Assigned] (ARROW-16033) [C++] Pass schema to consuming sink node

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

Weston Pace reassigned ARROW-16033:
-----------------------------------

    Assignee: Weston Pace

> [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
>          Time Spent: 10m
>  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)