Skip to content

Commit 5f1cc66

Browse files
committed
address feedback
1 parent 4f21a36 commit 5f1cc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object Canonicalize {
3737
expressionReorder(ignoreNamesTypes(e))
3838
}
3939

40-
/** Remove names and nullability from types. */
40+
/** Remove names and/or nullability from types. */
4141
private[expressions] def ignoreNamesTypes(e: Expression): Expression = e match {
4242
case a: AttributeReference =>
4343
AttributeReference("none", a.dataType.asNullable)(exprId = a.exprId)

0 commit comments

Comments
 (0)