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


##########
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:
   This check greatly simplifies detection bugs like this one 
https://issues.apache.org/jira/browse/IGNITE-19858
   



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