viirya commented on code in PR #309:
URL: https://github.com/apache/datafusion-comet/pull/309#discussion_r1577160047
##########
spark/src/test/scala/org/apache/comet/exec/CometExecSuite.scala:
##########
@@ -331,6 +331,43 @@ class CometExecSuite extends CometTestBase {
}
}
+ test("Comet native metrics: HashJoin") {
+ withSQLConf(
+ CometConf.COMET_EXEC_ENABLED.key -> "true",
+ CometConf.COMET_EXEC_ALL_OPERATOR_ENABLED.key -> "true") {
Review Comment:
Yea, can be removed, I think.
--
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]