You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2019/10/08 05:42:20 UTC

[jira] [Resolved] (SPARK-19241) remove hive generated table properties if they are not useful in Spark

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

Hyukjin Kwon resolved SPARK-19241.
----------------------------------
    Resolution: Incomplete

> remove hive generated table properties if they are not useful in Spark
> ----------------------------------------------------------------------
>
>                 Key: SPARK-19241
>                 URL: https://issues.apache.org/jira/browse/SPARK-19241
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Wenchen Fan
>            Priority: Major
>              Labels: bulk-closed
>
> When we save a table into hive metastore, hive will generate some table properties automatically. e.g. transient_lastDdlTime, last_modified_by, rawDataSize, etc. Some of them are useless in Spark SQL, we should remove them.
> It will be good if we can get the list of Hive-generated table properties via Hive API, so that we don't need to hardcode them.
> We can take a look at Hive code to see how it excludes these auto-generated table properties when describe table.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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