lidavidm commented on a change in pull request #12275:
URL: https://github.com/apache/arrow/pull/12275#discussion_r797660321



##########
File path: cpp/src/arrow/compute/exec/options.h
##########
@@ -270,5 +270,23 @@ class ARROW_EXPORT SelectKSinkNodeOptions : public 
SinkNodeOptions {
   SelectKOptions select_k_options;
 };
 
+/// \brief Adapt an Table as a sink node
+///
+/// plan->exec_context()->executor() will be used to parallelize pushing to
+/// outputs, if provided.
+class ARROW_EXPORT TableSinkNodeOptions : public ExecNodeOptions {
+ public:
+  TableSinkNodeOptions(std::shared_ptr<Table>* output_table,
+                       std::shared_ptr<Schema> output_schema,
+                       Future<> finish = Future<>::Make())

Review comment:
       This should be removed.




-- 
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]


Reply via email to