Skip to content

Commit

Permalink
Update doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuai committed Jun 19, 2014
1 parent 83adb2f commit f1a417e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ case class ExplainCommand(plan: LogicalPlan) extends Command {
case class CacheCommand(tableName: String, doCache: Boolean) extends Command

/**
* Returned for the "Describe tableName" command. [Extended|Formatted|Pretty] is not handled.
* Returned for the "Describe tableName" command.
*/
case class DescribeCommand(
table: LogicalPlan,
Expand Down

0 comments on commit f1a417e

Please sign in to comment.