Skip to content

Commit aaa6bfd

Browse files
committed
address comments
1 parent e61f6bb commit aaa6bfd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2883,7 +2883,7 @@ class AstBuilder(conf: SQLConf) extends SqlBaseBaseVisitor[AnyRef] with Logging
28832883
*
28842884
* For example:
28852885
* {{{
2886-
* ALTER TABLE table RECOVER PARTITIONS;
2886+
* ALTER TABLE multi_part_name RECOVER PARTITIONS;
28872887
* }}}
28882888
*/
28892889
override def visitRecoverPartitions(

0 commit comments

Comments
 (0)