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-42071][CORE] Register scala.math.Ordering$Reverse to KyroSerializer
### What changes were proposed in this pull request?
This PR aims to register `scala.math.Ordering$Reverse` to KyroSerializer.
### Why are the changes needed?
Scala 2.12.12 added a new class 'Reverse' via scala/scala#8965. This affects Apache Spark 3.2.0+.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs with newly added test case.
Closesapache#39578 from dongjoon-hyun/SPARK-42071.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments