akpatnam25 commented on code in PR #2367:
URL:
https://github.com/apache/incubator-celeborn/pull/2367#discussion_r1522055221
##########
common/src/test/scala/org/apache/celeborn/common/network/CelebornRackResolverSuite.scala:
##########
@@ -62,7 +62,7 @@ class CelebornRackResolverSuite extends AnyFunSuite {
assertEquals("/rack1", resultMap(hostName1).getNetworkLocation)
assertEquals("/rack2", resultMap(hostName2).getNetworkLocation)
- val hostNamesList = new util.ArrayList[String]()
+ val hostNamesList = new ArrayList[String]()
Review Comment:
yes, due to a package conflict:
```
/Users/apatnam/dev/incubator-celeborn/common/src/test/scala/org/apache/celeborn/common/network/CelebornRackResolverSuite.scala:65:
type ArrayList is not a member of package
org.apache.celeborn.common.network.util
```
--
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]