monkeyboy123 commented on code in PR #35984: URL: https://github.com/apache/spark/pull/35984#discussion_r841321778
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala: ########## @@ -1761,7 +1761,9 @@ class Analyzer(override val catalogManager: CatalogManager) try { innerResolve(expr, isTopLevel = true) } catch { - case _: AnalysisException if !throws => expr + case ae: AnalysisException if !throws => + logWarning(ae.message) Review Comment: Thanks for review, updated -- 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: dev-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe e-mail: dev-unsubscr...@spark.apache.org