Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-23263

create table stored as parquet should update table size if automatic update table size is enabled

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.4.0
    • 3.0.0
    • SQL
    • None

    Description

      How to reproduce:

      bin/spark-sql --conf spark.sql.statistics.size.autoUpdate.enabled=true
      
      spark-sql> create table test_create_parquet stored as parquet as select 1;
      spark-sql> desc extended test_create_parquet;
      

      The table statistics will not exists.

       

      Attachments

        Activity

          People

            yuming yuming.wang
            yumwang Yuming Wang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: