xndai commented on a change in pull request #1485: [CALCITE-2792] Stackoverflow
while evaluating filter with large number of OR conditions
URL: https://github.com/apache/calcite/pull/1485#discussion_r331841236
##########
File path:
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java
##########
@@ -570,6 +570,30 @@ private static String toSql(RelNode root, SqlDialect
dialect) {
assertThat(toSql(root), notNullValue());
}
+ /** Test case for
Review comment:
Do we need a stress test case? For example, a query with 1000 - 3000 OR
conditions (as described in the JIRA)?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services