hsyuan 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_r333257321
##########
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:
Just updated a stress test case. see `testStack`.
----------------------------------------------------------------
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