yjshen opened a new pull request #1641:
URL: https://github.com/apache/arrow-datafusion/pull/1641
# Which issue does this PR close?
Closes #1611 and #1573 .
# Rationale for this change
Report `spill_count` and `spilled_bytes` in `BaselineMetrics` since these
might be common metrics as we proceed with more memory consumers.
We could also test sort spill with these newly introduced metrics.
# What changes are included in this PR?
- Add `spill_count` and `spilled_bytes` in `BaselineMetrics`
- Report the above two metrics in the sort while spilling.
# Are there any user-facing changes?
No.
--
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]