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

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

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

> [C++] Easy options to create a source node from a table
> -------------------------------------------------------
>
>                 Key: ARROW-15258
>                 URL: https://issues.apache.org/jira/browse/ARROW-15258
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: C++
>            Reporter: Weston Pace
>            Assignee: Vibhatha Lakmal Abeykoon
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 8.0.0
>
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> Given a Table there should be a very simple way to create a source node.  
> Something like:
> {code}
>   std::shared_ptr<Table> table = ...
>   ARROW_RETURN_NOT_OK(arrow::compute::MakeExecNode(
>       "table", plan, {}, arrow::compute::TableSourceOptions{table.get()}));
> {code}



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

Reply via email to