Yuming Wang created SPARK-32978:
-----------------------------------
Summary: 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
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}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]