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 1a3810a commit c558499Copy full SHA for c558499
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala
@@ -2222,7 +2222,7 @@ class AstBuilder(conf: SQLConf) extends SqlBaseBaseVisitor[AnyRef] with Logging
2222
}
2223
2224
/**
2225
- * Parse new column info from ADD COLUMN into a NewColumn.
+ * Parse new column info from ADD COLUMN into a QualifiedColType.
2226
*/
2227
override def visitQualifiedColTypeWithPosition(
2228
ctx: QualifiedColTypeWithPositionContext): QualifiedColType = withOrigin(ctx) {
0 commit comments