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/06/20 05:20:00 UTC

[jira] [Assigned] (SPARK-23263) create table stored as parquet should update table size if automatic update table size is enabled

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

Hyukjin Kwon reassigned SPARK-23263:
------------------------------------

    Assignee: yuming.wang

> create table stored as parquet should update table size if automatic update table size is enabled
> -------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-23263
>                 URL: https://issues.apache.org/jira/browse/SPARK-23263
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.4.0
>            Reporter: Yuming Wang
>            Assignee: yuming.wang
>            Priority: Major
>
> How to reproduce:
> {noformat}
> bin/spark-sql --conf spark.sql.statistics.size.autoUpdate.enabled=true
> {noformat}
> {code:sql}
> spark-sql> create table test_create_parquet stored as parquet as select 1;
> spark-sql> desc extended test_create_parquet;
> {code}
> The table statistics will not exists.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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