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/26 00:33:28 UTC

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

paleolimbot commented on pull request #12721:
URL: https://github.com/apache/arrow/pull/12721#issuecomment-1079534356


   Taking this with the grain of salt that I first heard of a SinkNodeConsumer a few weeks ago, passing the schema in `virtual Status Init(const std::shared_ptr<Schema>& schema) = 0;` makes the most sense to me (it lines up with the C Stream interface's approach too...one schema, many batches).


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