You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2015/02/11 01:59:53 UTC

spark git commit: [SQL][Minor] correct some comments

Repository: spark
Updated Branches:
  refs/heads/master 52983d7f4 -> 91e351254


[SQL][Minor] correct some comments

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

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

d8a68c6 [Sheng, Li] Update ddl.scala
f24aeaf [OopsOutOfMemory] correct style


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/91e35125
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/91e35125
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/91e35125

Branch: refs/heads/master
Commit: 91e3512544d9ab684799ac9a9c341ab465e1b427
Parents: 52983d7
Author: Sheng, Li <Oo...@users.noreply.github.com>
Authored: Wed Feb 11 00:59:46 2015 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Wed Feb 11 00:59:46 2015 +0000

----------------------------------------------------------------------
 sql/core/src/main/scala/org/apache/spark/sql/sources/ddl.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/91e35125/sql/core/src/main/scala/org/apache/spark/sql/sources/ddl.scala
----------------------------------------------------------------------
diff --git a/sql/core/src/main/scala/org/apache/spark/sql/sources/ddl.scala b/sql/core/src/main/scala/org/apache/spark/sql/sources/ddl.scala
index a692ef5..bf2ad14 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/sources/ddl.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/sources/ddl.scala
@@ -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  ^^ {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org