viirya commented on code in PR #878:
URL: https://github.com/apache/datafusion-comet/pull/878#discussion_r1734977093
##########
spark/src/test/scala/org/apache/comet/exec/CometExecSuite.scala:
##########
@@ -519,6 +519,8 @@ class CometExecSuite extends CometTestBase {
assert(metrics("peak_mem_used").value > 1L)
assert(metrics.contains("join_time"))
assert(metrics("join_time").value > 1L)
+ assert(metrics.contains("spill_count"))
+ assert(metrics("spill_count").value == 0)
Review Comment:
I've tried to do it locally, but not able trigger it yet.
--
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]