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 12:08:34 UTC

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

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



##########
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:
       We can remove this second argument now right?




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