westonpace commented on PR #33738: URL: https://github.com/apache/arrow/pull/33738#issuecomment-1386613911
Example Plan Trace:  Note: I can already see something I find rather interesting in the above trace. The final pipeline calls `ScalarAggregateNode::Finish` which finalizes the aggregates and calls `SinkNode::InputReceived`. Admittedly, finalizing aggregates is not much work, however, all `InputReceived` should be doing is pushing the batch onto a queue. I'm surprised how much longer it takes to run `InputReceived`. -- 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]
