andygrove commented on code in PR #562:
URL: https://github.com/apache/datafusion-comet/pull/562#discussion_r1637004159


##########
spark/src/test/scala/org/apache/comet/CometExpressionCoverageSuite.scala:
##########
@@ -284,7 +324,7 @@ class CometExpressionCoverageSuite extends CometTestBase 
with AdaptiveSparkPlanH
                   datafusionMessage = dfMessage.getOrElse("")),
                 group = func.group)
 
-            case e =>

Review Comment:
   This catches all Throwables. If this is really intended, use `case e : 
Throwable` to clear this warning.



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to