Skip to content

Commit 09d1e94

Browse files
LuciferYangsrowen
authored andcommitted
[SPARK-42489][BUILD] Upgrdae scala-parser-combinators from 2.1.1 to 2.2.0
### What changes were proposed in this pull request? This pr aims upgrade `scala-parser-combinators from` from 2.1.1 to 2.2.0. ### Why are the changes needed? scala/scala-parser-combinators#496 add `NoSuccess.I` to helps users avoid exhaustiveness warnings in their pattern matches, especially on Scala 2.13 and 3. The full release note as follows: - https://github.com/scala/scala-parser-combinators/releases/tag/v2.2.0 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions Closes #40083 from LuciferYang/SPARK-42489. Authored-by: yangjie01 <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent b887d3d commit 09d1e94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/deps/spark-deps-hadoop-2-hive-2.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ rocksdbjni/7.9.2//rocksdbjni-7.9.2.jar
242242
scala-collection-compat_2.12/2.7.0//scala-collection-compat_2.12-2.7.0.jar
243243
scala-compiler/2.12.17//scala-compiler-2.12.17.jar
244244
scala-library/2.12.17//scala-library-2.12.17.jar
245-
scala-parser-combinators_2.12/2.1.1//scala-parser-combinators_2.12-2.1.1.jar
245+
scala-parser-combinators_2.12/2.2.0//scala-parser-combinators_2.12-2.2.0.jar
246246
scala-reflect/2.12.17//scala-reflect-2.12.17.jar
247247
scala-xml_2.12/2.1.0//scala-xml_2.12-2.1.0.jar
248248
shims/0.9.39//shims-0.9.39.jar

dev/deps/spark-deps-hadoop-3-hive-2.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ rocksdbjni/7.9.2//rocksdbjni-7.9.2.jar
229229
scala-collection-compat_2.12/2.7.0//scala-collection-compat_2.12-2.7.0.jar
230230
scala-compiler/2.12.17//scala-compiler-2.12.17.jar
231231
scala-library/2.12.17//scala-library-2.12.17.jar
232-
scala-parser-combinators_2.12/2.1.1//scala-parser-combinators_2.12-2.1.1.jar
232+
scala-parser-combinators_2.12/2.2.0//scala-parser-combinators_2.12-2.2.0.jar
233233
scala-reflect/2.12.17//scala-reflect-2.12.17.jar
234234
scala-xml_2.12/2.1.0//scala-xml_2.12-2.1.0.jar
235235
shims/0.9.39//shims-0.9.39.jar

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@
11191119
<dependency>
11201120
<groupId>org.scala-lang.modules</groupId>
11211121
<artifactId>scala-parser-combinators_${scala.binary.version}</artifactId>
1122-
<version>2.1.1</version>
1122+
<version>2.2.0</version>
11231123
</dependency>
11241124
<dependency>
11251125
<groupId>jline</groupId>

0 commit comments

Comments
 (0)