We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d72a30 commit aa36a3bCopy full SHA for aa36a3b
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/unresolved.scala
@@ -88,7 +88,7 @@ case class Star(
88
mapFunction: Attribute => Expression = identity[Attribute])
89
extends Attribute with trees.LeafNode[Expression] {
90
91
- override def name = throw new UnresolvedException(this, "exprId")
+ override def name = throw new UnresolvedException(this, "name")
92
override def exprId = throw new UnresolvedException(this, "exprId")
93
override def dataType = throw new UnresolvedException(this, "dataType")
94
override def nullable = throw new UnresolvedException(this, "nullable")
0 commit comments