You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/10/07 20:43:40 UTC

[GitHub] [calcite] julianhyde commented on a change in pull request #1485: [CALCITE-2792] Stackoverflow while evaluating filter with large number of OR conditions

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

 ##########
 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:
   Yes.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services