[
https://issues.apache.org/jira/browse/SPARK-32786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhenhua Wang updated SPARK-32786:
---------------------------------
Description:
The whole `DynamicPartitionPruningSuite` takes about 2 min on my laptop (either
AE on or off). The slowest tests are `test("simple inner join triggers DPP with
mock-up tables")` and `test("cleanup any DPP filter that isn't pushed down due
to expression id clashes")`, which totally take about 1 min.
We can reuse existing test tables or use smaller tables to reduce the cost.
After that, the two tests takes only about 1 sec in total, leading to 2x
speedup for the suite.
was:
The whole `DynamicPartitionPruningSuite` takes about 2 min in my laptop (either
AE on or off). The slowest tests are `test("simple inner join triggers DPP with
mock-up tables")` and `test("cleanup any DPP filter that isn't pushed down due
to expression id clashes")`, which totally take about 1 min.
We can reuse existing test tables or use smaller tables to reduce the cost.
After that, the two tests takes only about 1 sec in total, leading to 2x
speedup for the suite.
> Improve performance for some slow DPP tests
> -------------------------------------------
>
> Key: SPARK-32786
> URL: https://issues.apache.org/jira/browse/SPARK-32786
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 3.1.0
> Reporter: Zhenhua Wang
> Priority: Minor
>
> The whole `DynamicPartitionPruningSuite` takes about 2 min on my laptop
> (either AE on or off). The slowest tests are `test("simple inner join
> triggers DPP with mock-up tables")` and `test("cleanup any DPP filter that
> isn't pushed down due to expression id clashes")`, which totally take about 1
> min.
> We can reuse existing test tables or use smaller tables to reduce the cost.
> After that, the two tests takes only about 1 sec in total, leading to 2x
> speedup for the suite.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]