ibessonov commented on code in PR #5714: URL: https://github.com/apache/ignite-3/pull/5714#discussion_r2066604189
########## modules/configuration/src/main/java/org/apache/ignite/internal/configuration/util/ConfigurationUtil.java: ########## @@ -768,10 +767,6 @@ public static void compressDeletedEntries(Map<String, ?> prefixMap) { if (map.containsKey(NamedListNode.NAME) && map.get(NamedListNode.NAME) == null) { entry.setValue(null); } - } else if (value == null) { Review Comment: Because previous clause is just a deletion of a named list element, but this particular clause is related to a different case that's now handled in another method -- 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