erenavsarogullari commented on code in PR #9885:
URL: https://github.com/apache/arrow-datafusion/pull/9885#discussion_r1547115454


##########
datafusion/physical-plan/src/sorts/sort.rs:
##########
@@ -1064,6 +1076,7 @@ mod tests {
         assert!(metrics.elapsed_compute().unwrap() > 0);
         assert!(metrics.spill_count().unwrap() > 0);
         assert!(metrics.spilled_bytes().unwrap() > 0);
+        assert!(metrics.spilled_rows().unwrap() > 0);

Review Comment:
   Yes, these metrics results are deterministic so added for `spill_count` and 
`spilled_bytes` in addition to `spilled_rows`.



-- 
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]

Reply via email to