You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Aoyuan Liao (Jira)" <ji...@apache.org> on 2020/10/08 00:01:20 UTC

[jira] [Updated] (SPARK-32978) Incorrect number of dynamic part metric

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

Aoyuan Liao updated SPARK-32978:
--------------------------------
    Description: 
How to reproduce this issue:
{code:sql}
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);
{code}
The number of dynamic part should be 50, but it is 800 on web UI.

  was:
How to reproduce this issue:
{code:sql}
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);
{code}

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



> Incorrect number of dynamic part metric
> ---------------------------------------
>
>                 Key: SPARK-32978
>                 URL: https://issues.apache.org/jira/browse/SPARK-32978
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Yuming Wang
>            Priority: Major
>         Attachments: screenshot-1.png
>
>
> How to reproduce this issue:
> {code:sql}
> 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);
> {code}
> The number of dynamic part should be 50, but it is 800 on web UI.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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