Uh oh!
There was an error while loading. Please reload this page.
[SPARK-5135][SQL] Add support for describe [extended] table to DDL in SQLContext - #4127
[SPARK-5135][SQL] Add support for describe [extended] table to DDL in SQLContext#4127rxin wants to merge 5 commits into
Conversation
[SPARK-5135][SQL] Add support for describe [extended] table to DDL in SQLContext Conflicts: sql/catalyst/src/main/scala/org/apache/spark/sql/types/dataTypes.scala
SparkQA
commented
Jan 21, 2015
Test build #25859 has started for PR 4127 at commit
|
SparkQA
commented
Jan 21, 2015
Test build #25859 has finished for PR 4127 at commit
|
AmplabJenkins
commented
Jan 21, 2015
Test PASSed. |
There was a problem hiding this comment.
Here to replace string with TypeName is ok.
But not all typeName equals simple string.
i.e
LongType, the typeName of it is long but not bigint... etc...
def typeName: String = this.getClass.getSimpleName.stripSuffix("$").dropRight(4).toLowerCase
OopsOutOfMemory
commented
Jan 27, 2015
rxin
commented
Jan 27, 2015
Thanks. Do you mind closing this one? |
OopsOutOfMemory
commented
Jan 27, 2015
ok, please close this one : ) |
rxin
commented
Jan 27, 2015
I don't have permission to do it. Can you click the close button? |
OopsOutOfMemory
commented
Jan 27, 2015
I don't have permission, too. I only have |
rxin
commented
Jan 27, 2015
Ah never mind this is my own pull request. Closing it. |
Hi, rxin marmbrus I considered your suggestion (in #4127) and now re-write it. This is now up-to-date. Could u please review it ? Author: OopsOutOfMemory <victorshengli@126.com> Closes#4227 from OopsOutOfMemory/describe and squashes the following commits: 053826f [OopsOutOfMemory] describe (cherry picked from commit 4d8d070) Signed-off-by: Reynold Xin <rxin@databricks.com>
This brings #3935 up to date and fixes style violations.