Skip to content

Commit

Permalink
log unkown fallback reason
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyangxiaozhu committed Jun 26, 2024
1 parent 9cceba6 commit ecda38f
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 ecda38f

Please sign in to comment.