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

Apache Spark commented on SPARK-23263:
--------------------------------------

User 'wangyum' has created a pull request for this issue:
https://github.com/apache/spark/pull/20430

> 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
>            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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to