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/06/28 03:59:49 UTC

[GitHub] [calcite] danny0405 commented on a change in pull request #1282: [CALCITE-3151] RexCall's Monotonicity is not considered in determinin…

danny0405 commented on a change in pull request #1282: [CALCITE-3151] RexCall's Monotonicity is not considered in determinin…
URL: https://github.com/apache/calcite/pull/1282#discussion_r298445461
 
 

 ##########
 File path: core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java
 ##########
 @@ -5580,6 +5586,49 @@ private Sql checkSubQuery(String sql) {
         .withPre(preProgram).with(program).check();
   }
 
+  @Test public void testMonotonicityUDF() throws Exception {
 
 Review comment:
   Can we add a comment like "fix [CALCITE-xxx] link" ?

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