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-44295][BUILD] Upgrade scala-parser-combinators to 2.3.0
### What changes were proposed in this pull request?
This pr aims to upgrade `scala-parser-combinators` from 2.2.0 to 2.3.0
### Why are the changes needed?
The new version [dropped support for Scala 2.11](scala/scala-parser-combinators#504) and bring a bug fix:
- scala/scala-parser-combinators#507
The full release notes as follows:
- https://github.com/scala/scala-parser-combinators/releases/tag/v2.3.0
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass Github Actions
Closesapache#41848 from LuciferYang/scala-parser-combinators-23.
Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
0 commit comments