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:41:41 UTC

[jira] [Updated] (SPARK-20023) Can not see table comment when describe formatted table

     [ https://issues.apache.org/jira/browse/SPARK-20023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

chenerlu updated SPARK-20023:
-----------------------------
    Description: 
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 ?

> Can not see table comment when describe formatted table
> -------------------------------------------------------
>
>                 Key: SPARK-20023
>                 URL: https://issues.apache.org/jira/browse/SPARK-20023
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: chenerlu
>
> 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 ?



--
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