[
https://issues.apache.org/jira/browse/CALCITE-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tanner Clary resolved CALCITE-5454.
-----------------------------------
Resolution: Fixed
> 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: 0.5h
> 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)