Commit 263f3b4
committed
[spark] Pin Scala to 2.13.17 under spark4 profile
Spark 4.1.1 is built against Scala 2.13.17 and depends on APIs added in
that patch (e.g. MurmurHash3.caseClassHash$default$2). Paimon's global
scala213.version is still 2.13.16 for the spark3 / Flink lines, so
override scala.version directly inside the spark4 profile to avoid
NoSuchMethodError during Spark 4.1 Catalyst execution.1 parent 341fdfa commit 263f3b4
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
437 | 439 | | |
438 | 440 | | |
439 | 441 | | |
| |||
0 commit comments