Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/17100#discussion_r146120800
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala
---
@@ -125,7 +128,7 @@ trait CheckAnalysis extends PredicateHelper {
}
case s: SubqueryExpression =>
- checkSubqueryExpression(operator, s)
+ checkAnalysisWithConf(s.plan, conf)
--- End diff --
This is wrong. Could you revert it back?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]