Commit 46fd525
committed
### What changes were proposed in this pull request?
This PR aims to mark `DynamicPartitionPruningHive*Suite*` as `SlowHiveTest`.
- DynamicPartitionPruningHiveScanSuiteAEOff
- DynamicPartitionPruningHiveScanSuiteAEOn
### Why are the changes needed?
To balance Hive CIs.
| JOB NAME | BEFORE | AFTER |
|---|---|---|
| hive - slow | 46m | 51m |
| hive - other | 89m | 76m |
**BEFORE (master branch)**
<img width="627" height="99" alt="Screenshot 2025-08-06 at 15 52 52" src="https://github.com/user-attachments/assets/b2ea8930-c5f7-4700-b5cb-c7b75f040fac" />
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Check the CI result on this PR.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #51888 from dongjoon-hyun/SPARK-53162.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent a72fd41 commit 46fd525
File tree
1 file changed
+3
-0
lines changed- sql/hive/src/test/scala/org/apache/spark/sql/hive
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
0 commit comments