Skip to content

Commit aa36a3b

Browse files
committed
small bug
1 parent 1d72a30 commit aa36a3b

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/unresolved.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ case class Star(
8888
mapFunction: Attribute => Expression = identity[Attribute])
8989
extends Attribute with trees.LeafNode[Expression] {
9090

91-
override def name = throw new UnresolvedException(this, "exprId")
91+
override def name = throw new UnresolvedException(this, "name")
9292
override def exprId = throw new UnresolvedException(this, "exprId")
9393
override def dataType = throw new UnresolvedException(this, "dataType")
9494
override def nullable = throw new UnresolvedException(this, "nullable")

0 commit comments

Comments
 (0)