julianhyde commented on a change in pull request #2242:
URL: https://github.com/apache/calcite/pull/2242#discussion_r518388734



##########
File path: 
core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java
##########
@@ -482,6 +500,7 @@
    * <p>Its precedence is less than the prefix {@link #UNARY_PLUS +}
    * and {@link #UNARY_MINUS -} operators.
    */
+  @LibraryOperator(libraries = {STANDARD})
   public static final SqlBinaryOperator MINUS =
       new SqlMonotonicBinaryOperator(
           "-",

Review comment:
       Please move this discussion to JIRA. It is design, not code review. It 
needs to exist after this bug is fixed.




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


Reply via email to