zstan commented on code in PR #6213:
URL: https://github.com/apache/ignite-3/pull/6213#discussion_r2197248912


##########
modules/runner/src/test/java/org/apache/ignite/internal/configuration/compatibility/framework/ConfigurationTreeComparator.java:
##########
@@ -74,9 +81,14 @@ public void visit(ConfigNode node) {
      */
     private static class Validator implements Consumer<ConfigNode> {
         private final List<ConfigNode> roots;
+        private final ComparisonContext compContext;
+        private Collection<KeyIgnorer> deletedItems;
 
-        private Validator(List<ConfigNode> roots) {
+        private static final ConfigNode NO_OP_NODE = new ConfigNode();

Review Comment:
   done



-- 
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