Skip to content

Commit

Permalink
Update ddl.scala
Browse files Browse the repository at this point in the history
undo intend
  • Loading branch information
OopsOutOfMemory committed Feb 11, 2015
1 parent f24aeaf commit d8a68c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ private[sql] case class ResolvedDataSource(provider: Class[_], relation: BaseRel
* Returned for the "DESCRIBE [EXTENDED] [dbName.]tableName" command.
* @param table The table to be described.
* @param isExtended True if "DESCRIBE EXTENDED" is used. Otherwise, false.
* It is effective only when the table is a Hive table.
* It is effective only when the table is a Hive table.
*/
private[sql] case class DescribeCommand(
table: LogicalPlan,
Expand Down

0 comments on commit d8a68c6

Please sign in to comment.