zstan commented on pull request #585:
URL: https://github.com/apache/ignite-3/pull/585#issuecomment-1022033202
1.`
public Long2ObjectOpenHashMap<List<String>> remotes() {
return remoteSources;
}
...
do we need Nullable here ? or some check ?
public List<String> remotes(long exchangeId) {
return fragmentDesc.remotes().get(exchangeId);
}
'
--
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]