Github user marmbrus commented on a diff in the pull request:
https://github.com/apache/spark/pull/11297#discussion_r55569500
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/unresolved.scala
---
@@ -72,6 +72,19 @@ case class UnresolvedAttribute(nameParts: Seq[String])
extends Attribute with Un
override def sql: String = quoteIdentifier(name)
}
+/**
+ * Holds the name of columns referenced in an USING clause of JOIN source.
+ */
+case class UnresolvedUsingAttributes(usingCols: Seq[String])
--- End diff --
Why not store the information in the join type like we do for `NaturalJoin`?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]