ibessonov commented on a change in pull request #244:
URL: https://github.com/apache/ignite-3/pull/244#discussion_r678331407
##########
File path:
modules/configuration/src/main/java/org/apache/ignite/internal/configuration/tree/NamedListNode.java
##########
@@ -42,7 +50,7 @@
private final Supplier<N> valSupplier;
/** Internal container for named list element. Maps keys to named list
elements nodes. */
- private final OrderedMap<N> map;
+ private final OrderedMap<IgniteBiTuple<String, N>> map;
Review comment:
Ok, why not
--
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]