lowka commented on code in PR #4045:
URL: https://github.com/apache/ignite-3/pull/4045#discussion_r1669878184


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/AbstractPlannerTest.java:
##########
@@ -499,8 +499,6 @@ protected <T extends RelNode> void assertPlan(
         String planString = RelOptUtil.dumpPlan("", plan, 
SqlExplainFormat.TEXT, DEFAULT_EXPLAIN_LEVEL);
         log.info("statement: {}\n{}", sql, planString);
 
-        checkSplitAndSerialization(plan, schemas);

Review Comment:
   How are going to ensure that a plan can be sent (and it is sent/read w/o 
lost of data) to another node?



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