rubenada 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_r312437503
##########
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:
Ok, I can change it into:
`Enhance RexSimplify to handle (x<>a or x<>b)`
IMHO that would impact the clarity of the javadoc comment, but I'm not
against it.
----------------------------------------------------------------
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