You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "chenerlu (JIRA)" <ji...@apache.org> on 2017/03/20 02:52:42 UTC

[jira] [Commented] (SPARK-14388) Create Table

    [ https://issues.apache.org/jira/browse/SPARK-14388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15932094#comment-15932094 ] 

chenerlu commented on SPARK-14388:
----------------------------------

Spark 2.x implements create table by itself.
https://github.com/apache/spark/commit/7d2ed8cc030f3d84fea47fded072c320c3d87ca7
But in the implement mentioned above, it remove table comment from properties, so user can not see table comment through run "describe formatted table", in the same , when user alter table comment, he still can not see the change of table comment through run "describe formatted table".
Now I think whether we should not filter table comment in properties, any idea ?
[~yhuai] [~andrewor14]

> Create Table
> ------------
>
>                 Key: SPARK-14388
>                 URL: https://issues.apache.org/jira/browse/SPARK-14388
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Yin Huai
>            Assignee: Andrew Or
>             Fix For: 2.0.0
>
>
> For now, we still ask Hive to handle creating hive tables. We should handle them.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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