cloud-fan commented on code in PR #41585:
URL: https://github.com/apache/spark/pull/41585#discussion_r1231979178
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/unresolved.scala:
##########
@@ -207,12 +207,18 @@ object UnresolvedTVFAliases {
/**
* Holds the name of an attribute that has yet to be resolved.
*/
-case class UnresolvedAttribute(nameParts: Seq[String]) extends Attribute with
Unevaluable {
+case class UnresolvedAttribute(
+ nameParts: Seq[String],
+ optionalExprId: Option[ExprId])
Review Comment:
why do we need this?
--
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]