Skip to content

Commit f4c33e2

Browse files
committed
update the comment.
1 parent 4dab82c commit f4c33e2

File tree

1 file changed

+1
-1
lines changed
  • sql/core/src/main/scala/org/apache/spark/sql/execution/command

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/command/commands.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ case class DropDatabase(
388388
* does not exist.
389389
* The syntax of using this command in SQL is:
390390
* {{{
391-
* DROP DATABASE [IF EXISTS] database_name [RESTRICT|CASCADE];
391+
* ALTER (DATABASE|SCHEMA) database_name SET DBPROPERTIES (property_name=property_value, ...)
392392
* }}}
393393
*/
394394
case class AlterDatabaseProperties(

0 commit comments

Comments
 (0)