You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yuming Wang (JIRA)" <ji...@apache.org> on 2018/01/30 03:44:00 UTC

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

Yuming Wang created SPARK-23263:
-----------------------------------

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


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