kasakrisz commented on code in PR #3900:
URL: https://github.com/apache/calcite/pull/3900#discussion_r1702731750
##########
core/src/main/java/org/apache/calcite/rel/rules/FilterProjectTransposeRule.java:
##########
@@ -258,5 +261,14 @@ default Config withOperandFor(Class<? extends Filter>
filterClass,
b2.operand(relClass).anyInputs())))
.as(Config.class);
}
+
+ /** Limit how much complexity can increase during merging.
+ * Default is {@link RelOptUtil#DEFAULT_BLOAT} (100). */
Review Comment:
Removed
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]