danny0405 commented on a change in pull request #1365: [CALCITE-3198] Enhance 
RexSimplify to handle '(x<>a or x<>b)' (fix javadoc)
URL: https://github.com/apache/calcite/pull/1365#discussion_r312404558
 
 

 ##########
 File path: core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java
 ##########
 @@ -2188,7 +2188,7 @@ public void testMinusMergeRule() throws Exception {
 
   /** Test case for
    * <a 
href="https://issues.apache.org/jira/browse/CALCITE-3198";>[CALCITE-3198]
-   * Enhance RexSimplify to handle (x<>a or x<>b)</a>. */
+   * Enhance RexSimplify to handle (x!=a or x!=b)</a>. */
   @Test public void testReduceConstantsDup3Null() throws Exception {
 
 Review comment:
   Why we use the `!=` which is not a sql operator ?

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

Reply via email to