You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-53713] Remove org.jetbrains.annotations test code dependency from spark-operator
### What changes were proposed in this pull request?
This PR aims to remove `org.jetbrains.annotations` test code dependency from `spark-operator`.
### Why are the changes needed?
To simply `spark-operator` dependency.
**BEFORE**
```
$ git grep org.jetbrains | wc -l
1
```
**AFTER**
```
$ git grep org.jetbrains | wc -l
0
```
### Does this PR introduce _any_ user-facing change?
No behavior change. This annotation was used only for the test code.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closesapache#345 from dongjoon-hyun/SPARK-53713.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments