Skip to content

Commit

Permalink
[CORE] Log unknown fallback reason (#6237)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyangxiaozhu authored Jun 27, 2024
1 parent f837f06 commit eaace6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ case class GlutenFallbackReporter(glutenConfig: GlutenConfig, spark: SparkSessio
logicalPlan.setTagValue(FALLBACK_REASON_TAG, newReason)
}
case TRANSFORM_UNSUPPORTED(_, _) =>
logFallbackReason(validationLogLevel, p.nodeName, "unknown reason")
case _ =>
throw new IllegalStateException("Unreachable code")
}
Expand Down

0 comments on commit eaace6c

Please sign in to comment.