ivanzlenko commented on code in PR #5699:
URL: https://github.com/apache/ignite-3/pull/5699#discussion_r2060506406


##########
modules/configuration/src/main/java/org/apache/ignite/internal/configuration/tree/ConverterToMapVisitor.java:
##########
@@ -132,50 +130,21 @@ public Object visitNamedListNode(Field field, String key, 
NamedListNode<?> node)
             return null;
         }
 
-        Object renderedList;
+        Map<String, Object> map = newHashMap(node.size());

Review Comment:
   Would've renamed it to something like renderedMap



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to