You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Tanner Clary (Jira)" <ji...@apache.org> on 2022/12/22 18:11:00 UTC

[jira] [Created] (CALCITE-5454) Update BigQuery Conformance for != and % operators

Tanner Clary created CALCITE-5454:
-------------------------------------

             Summary: Update BigQuery Conformance for != and % operators
                 Key: CALCITE-5454
                 URL: https://issues.apache.org/jira/browse/CALCITE-5454
             Project: Calcite
          Issue Type: Improvement
            Reporter: Tanner Clary
            Assignee: Tanner Clary


Update BigQuery conformance in the [SqlConformanceEnum | https://github.com/apache/calcite/blob/ae7c37871659c7a151b02c88da68716cc6858b18/core/src/main/java/org/apache/calcite/sql/validate/SqlConformanceEnum.java#L216 ] to allow the {{!=}} and {{%}} operators.

Example: {{(3 != 2)}} would return {{TRUE}}
Example: {{(5 % 3)}} would return {{3}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)