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

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

     [ https://issues.apache.org/jira/browse/CALCITE-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated CALCITE-5454:
------------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)