eolivelli commented on PR #3598:
URL: https://github.com/apache/celeborn/pull/3598#issuecomment-3876560706
Unfortunately my code does not build with Scala 2.13, let me solve the
problem
```
[INFO] compiling 25 Scala sources and 42 Java sources to
/home/runner/work/celeborn/celeborn/worker/target/classes ...
Error:
/home/runner/work/celeborn/celeborn/worker/src/main/scala/org/apache/celeborn/service/deploy/worker/Controller.scala:235:
type mismatch;
found : Nothing => Nothing
required:
scala.collection.BuildFrom[IndexedSeq[scala.concurrent.Future[org.apache.celeborn.common.protocol.PartitionLocation]],org.apache.celeborn.common.protocol.PartitionLocation,?]
Error:
/home/runner/work/celeborn/celeborn/worker/src/main/scala/org/apache/celeborn/service/deploy/worker/Controller.scala:237:
value asJava is not a member of Any
Error:
/home/runner/work/celeborn/celeborn/worker/src/main/scala/org/apache/celeborn/service/deploy/worker/Controller.scala:239:
type mismatch;
found : Any
required: Throwable
Error:
/home/runner/work/celeborn/celeborn/worker/src/main/scala/org/apache/celeborn/service/deploy/worker/Controller.scala:284:
type mismatch;
found : Nothing => Nothing
required:
scala.collection.BuildFrom[IndexedSeq[scala.concurrent.Future[org.apache.celeborn.common.protocol.PartitionLocation]],org.apache.celeborn.common.protocol.PartitionLocation,?]
Error:
/home/runner/work/celeborn/celeborn/worker/src/main/scala/org/apache/celeborn/service/deploy/worker/Controller.scala:286:
value asJava is not a member of Any
Error:
/home/runner/work/celeborn/celeborn/worker/src/main/scala/org/apache/celeborn/service/deploy/worker/Controller.scala:288:
type mismatch;
found : Any
required: Throwable
Error: [ERROR] 6 errors found
```
--
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]