Skip to content

Commit

Permalink
Explicitly specify that we are catching all Throwable types
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 12, 2024
1 parent 704923d commit 5bfd223
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ class CometExpressionCoverageSuite extends CometTestBase with AdaptiveSparkPlanH
datafusionMessage = dfMessage.getOrElse("")),
group = func.group)

case e =>
case e: Throwable =>
CoverageResult(
q,
CoverageResultStatus.Failed,
Expand Down

0 comments on commit 5bfd223

Please sign in to comment.