Skip to content

Commit 6f295a2

Browse files
committed
Fix typos in comment about ExprId.
1 parent 8566467 commit 6f295a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/namedExpressions.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ object NamedExpression {
2828
}
2929

3030
/**
31-
* A globally (within this JVM) id for a given named expression.
32-
* Used to identify with attribute output by a relation is being
31+
* A globally unique (within this JVM) id for a given named expression.
32+
* Used to identify which attribute output by a relation is being
3333
* referenced in a subsequent computation.
3434
*/
3535
case class ExprId(id: Long)

0 commit comments

Comments
 (0)