cxzl25 commented on code in PR #3663:
URL: https://github.com/apache/celeborn/pull/3663#discussion_r3077442411
##########
pom.xml:
##########
@@ -1635,7 +1635,7 @@
<properties>
<lz4-java.group>org.lz4</lz4-java.group>
<lz4-java.version>1.8.0</lz4-java.version>
- <scala.version>2.12.17</scala.version>
+ <scala.version>2.12.18</scala.version>
Review Comment:
Commons-lang3 version 3.20.0 uses JDK25 build, and the previous version used
JDK17. This causes an error when compiling the 3.20.0 version of scala with a
lower version.
```
bad constant pool index: 0 at pos: 5375
while compiling:
/home/runner/work/celeborn/celeborn/master/src/main/scala/org/apache/celeborn/service/deploy/master/InternalRpcEndpoint.scala
during phase: globalPhase=jvm, enteringPhase=namer
library version: version 2.12.15
compiler version: version 2.12.15
```
https://github.com/apache/celeborn/actions/runs/24380964149/job/71204148341?pr=3663
```
https://github.com/scala/scala/pull/10397
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]