paleolimbot commented on a change in pull request #12564:
URL: https://github.com/apache/arrow/pull/12564#discussion_r819808503
##########
File path: r/src/compute-exec.cpp
##########
@@ -277,4 +278,65 @@ std::shared_ptr<compute::ExecNode>
ExecNode_ReadFromRecordBatchReader(
return MakeExecNodeOrStop("source", plan.get(), {}, options);
}
+// just until we figure out the incantation to get a proper sinknode
Review comment:
That would be great! Perhaps for this PR I will keep to the example
usage (which reads a parquet file and prints the output) and use the C++ method
when it becomes available (it will take us a while to get the dplyr->Substrait
generation right so there's no particular rush).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]