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


##########
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:
   I would rather introduce an option to disable. this check with a default 
value that tells to always check.



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