dragosmg commented on PR #13541: URL: https://github.com/apache/arrow/pull/13541#issuecomment-1191598912
Yes, we effectively print the final ExecPlan in a pipeline if we have a _pipeline breaker_ (some of the sink nodes are, e.g. the [order_by_sink](https://arrow.apache.org/docs/cpp/streaming_execution.html#order-by-sink) or the [select_k_sink](https://arrow.apache.org/docs/cpp/streaming_execution.html#select-k-sink)). Another option (probably still not acceptable) would be to print the chained ExecPlans, but omit the SinkNodes. -- 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]
