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 83adb2f commit f1a417eCopy full SHA for f1a417e
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/commands.scala
@@ -62,7 +62,7 @@ case class ExplainCommand(plan: LogicalPlan) extends Command {
62
case class CacheCommand(tableName: String, doCache: Boolean) extends Command
63
64
/**
65
- * Returned for the "Describe tableName" command. [Extended|Formatted|Pretty] is not handled.
+ * Returned for the "Describe tableName" command.
66
*/
67
case class DescribeCommand(
68
table: LogicalPlan,
0 commit comments