You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "sunjincheng (JIRA)" <ji...@apache.org> on 2017/07/21 02:53:00 UTC

[jira] [Created] (CALCITE-1897) Support operator "%" as an alternative to "mod"

sunjincheng created CALCITE-1897:
------------------------------------

             Summary: Support operator "%" as an alternative to "mod"
                 Key: CALCITE-1897
                 URL: https://issues.apache.org/jira/browse/CALCITE-1897
             Project: Calcite
          Issue Type: Bug
          Components: core
            Reporter: sunjincheng
            Assignee: sunjincheng


Currently the following sql is not supported. 

  SELECT a%3 FROM T

 We get the exception:
  
     Caused by: org.apache.calcite.sql.parser.SqlParseException: Lexical error at line 1, column 9.  Encountered: "%" (37), after : ""
	at org.apache.calcite.sql.parser.impl.SqlParserImpl.convertException(SqlParserImpl.java:396)
	at org.apache.calcite.sql.parser.impl.SqlParserImpl.normalizeException(SqlParserImpl.java:129)

In this JIRA. I'll fix this by support operator "%" as an alternative to "mod".



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)