cloud-fan commented on code in PR #51557:
URL: https://github.com/apache/spark/pull/51557#discussion_r2218792815
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -259,6 +259,17 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val CORRELATE_OUTER_REFERENCES_TO_EXPOSED_OUTER_ATTRIBUTES =
+
buildConf("spark.sql.analyzer.correlateOuterReferencesToExposedOuterAttributes")
+ .internal()
+ .version("4.1.0")
+ .doc(
+ "When true, attributes in outer references must have same expression IDs
as outer " +
Review Comment:
what does "must" mean here? The analyzer will fail if it's not true?
--
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]