erenavsarogullari opened a new pull request, #9885: URL: https://github.com/apache/arrow-datafusion/pull/9885
## Which issue does this PR close? Closes #9884. ## What changes are included in this PR? This PR introduces following changes: 1- Currently, `ExternalSorter` exposes `BaselineMetrics`(e.g: total output rows), `spill_count` and `spilled_bytes`. `spilled_rows` can also be useful to track total spilled rows by total output rows when spilling in_memory_batches to disk. 2- Fixing typo problems. ## Are these changes tested? Yes, updated existing UT. ## 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]
