linhr opened a new pull request, #19283: URL: https://github.com/apache/datafusion/pull/19283
## Which issue does this PR close? N/A ## Rationale for this change There are a few minor issues for join metrics: 1. The `ExecutionPlan::metrics()` method is missing for `PiecewiseMergeJoinExec`. 2. The metric names for left and right inputs are the same in `StreamJoinMetrics`, so the user cannot distinguish the metrics in the metric set. ## What changes are included in this PR? This PR fixes the issues above. ## Are these changes tested? N/A ## Are there any user-facing changes? The changes to metric names in `StreamJoinMetrics` (used by `SymmetricHashJoinExec`) is potentially user-facing. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
