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 4f21a36 commit 5f1cc66Copy full SHA for 5f1cc66
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Canonicalize.scala
@@ -37,7 +37,7 @@ object Canonicalize {
37
expressionReorder(ignoreNamesTypes(e))
38
}
39
40
- /** Remove names and nullability from types. */
+ /** Remove names and/or nullability from types. */
41
private[expressions] def ignoreNamesTypes(e: Expression): Expression = e match {
42
case a: AttributeReference =>
43
AttributeReference("none", a.dataType.asNullable)(exprId = a.exprId)
0 commit comments