[
https://issues.apache.org/jira/browse/CALCITE-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tanner Clary resolved CALCITE-6117.
-----------------------------------
Fix Version/s: 1.37.0
Assignee: Will Noble
Resolution: Fixed
Merged via
[bd7d4e8|https://github.com/apache/calcite/commit/bd7d4e89c5c4a01d4e5897fc04be224dcddaecae],
thanks for the fix, [~wnoble]!
> Converting SAFE_CAST from RexCall to SqlCall fails to add the type as an
> argument
> ---------------------------------------------------------------------------------
>
> Key: CALCITE-6117
> URL: https://issues.apache.org/jira/browse/CALCITE-6117
> Project: Calcite
> Issue Type: Bug
> Reporter: Will Noble
> Assignee: Will Noble
> Priority: Trivial
> Labels: pull-request-available
> Fix For: 1.37.0
>
>
> BigQuery's {{SAFE_CAST}} function operates much like {{CAST}}. Currently, the
> unparsing logic is broken because it does not use the [special logic for
> {{CAST}}|https://github.com/apache/calcite/blob/94dc1673da824174f9271677ead73cfae1aeb29b/core/src/main/java/org/apache/calcite/rel/rel2sql/SqlImplementor.java#L816]
> in {{SqlImplementor.callToSql}} that turns the rex call's return type into
> the sql call's second argument.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)