Skip to content
Snippets Groups Projects
Commit 91e35125 authored by Sheng, Li's avatar Sheng, Li Committed by Sean Owen
Browse files

[SQL][Minor] correct some comments

Author: Sheng, Li <OopsOutOfMemory@users.noreply.github.com>
Author: OopsOutOfMemory <victorshengli@126.com>

Closes #4508 from OopsOutOfMemory/cmt and squashes the following commits:

d8a68c6 [Sheng, Li] Update ddl.scala
f24aeaf [OopsOutOfMemory] correct style
parent 52983d7f
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ private[sql] class DDLParser extends AbstractSparkSQLParser with Logging {
/*
* describe [extended] table avroTable
* This will display all columns of table `avroTable` includes column_name,column_type,nullable
* This will display all columns of table `avroTable` includes column_name,column_type,comment
*/
protected lazy val describeTable: Parser[LogicalPlan] =
(DESCRIBE ~> opt(EXTENDED)) ~ (ident <~ ".").? ~ ident ^^ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment