cloud-fan commented on code in PR #39259:
URL: https://github.com/apache/spark/pull/39259#discussion_r1058181445
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala:
##########
@@ -1048,7 +1048,7 @@ class Analyzer(override val catalogManager:
CatalogManager)
}
// Fail the analysis eagerly because outside AnalysisContext, the
unresolved operators
// inside a view maybe resolved incorrectly.
- checkAnalysis(newChild)
+ checkAnalysis(newChild, false)
Review Comment:
what's wrong to run the custom check rules? This is kind of a nested query
and should go through all the analysis steps.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]