2010YOUY01 commented on issue #16244:
URL: https://github.com/apache/datafusion/issues/16244#issuecomment-2993294547

   > It looks like there are other sets of metrics that would benefit from 
adding `output_bytes` for improved data in `EXPLAIN ANALYZE`, namely 
`UnnestMetrics`, `SortMergeJoinMetrics`, `StreamJoinMetrics`, and 
`BuildProbeJoinMetrics`. I'm wondering whether we should add `output_bytes` to 
these structs or rather refactor them to make use of `BaselineMetrics`.
   
   If they're the top-level metrics struct directly managed by an executor 
(`xxExec`), then it should be better to let then use `BaselineMetrics`.
   I'll double-check and file tickets, thanks for the investigation.
   


-- 
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-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to