SteNicholas commented on PR #3662:
URL: https://github.com/apache/celeborn/pull/3662#issuecomment-4235958045
@s0nskar, you'd better to resolve the following failure of compilation:
```
Error:
/home/runner/work/celeborn/celeborn/client/src/main/scala/org/apache/celeborn/client/LifecycleManager.scala:2056:
inferred type arguments [Integer,Unit] do not conform to method toSet's type
parameter bounds [B >: Int,U]
Error:
/home/runner/work/celeborn/celeborn/client/src/main/scala/org/apache/celeborn/client/LifecycleManager.scala:2056:
type mismatch;
found : Integer => Unit
required: B => U
[INFO] : Integer => Unit <: B => U?
[INFO] : false
Error: [ERROR] two 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]