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-51985][CORE] Remove Experimental from (Long|Double)AccumulatorSource
### What changes were proposed in this pull request?
This PR aims to remove `Experimental` tag from `LongAccumulatorSource` and `DoubleAccumulatorSource`.
### Why are the changes needed?
These are added at Apache Spark 3.0.0 and have been used without modifications for 7 years (2018-12-22). We can remove `Experimental` at Apache Spark 4.0.0.
- #23242
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#50781 from dongjoon-hyun/SPARK-51985.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments