You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/29 20:41:08 UTC

[GitHub] [arrow] westonpace commented on a change in pull request #12721: ARROW-16033: [C++] Pass schema to consuming sink node

westonpace commented on a change in pull request #12721:
URL: https://github.com/apache/arrow/pull/12721#discussion_r837892913



##########
File path: cpp/src/arrow/compute/exec/options.h
##########
@@ -304,10 +310,9 @@ class ARROW_EXPORT TableSinkNodeOptions : public ExecNodeOptions {
  public:
   TableSinkNodeOptions(std::shared_ptr<Table>* output_table,
                        std::shared_ptr<Schema> output_schema)

Review comment:
       Good catch.  I've removed it.




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org