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

Incorrect number of dynamic part metric

    XMLWordPrintableJSON

Details

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

    Description

      How to reproduce this issue:

      create table dynamic_partition(i bigint, part bigint) using parquet partitioned by (part);
      insert overwrite table dynamic_partition partition(part) select id, id % 50 as part  from range(10000);
      

      The number of dynamic part should be 50, but it is 800 on web UI.

      Attachments

        1. screenshot-1.png
          111 kB
          Yuming Wang

        Activity

          People

            LuciferYang Yang Jie
            yumwang Yuming Wang
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: