[
https://issues.apache.org/jira/browse/CALCITE-7567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Nuyanzin resolved CALCITE-7567.
--------------------------------------
Fix Version/s: 1.43.0
Resolution: Fixed
> LeastRestrictiveSqlType for TIMESTAMP, TIMESTAMP_LTZ might ignore precision
> ---------------------------------------------------------------------------
>
> Key: CALCITE-7567
> URL: https://issues.apache.org/jira/browse/CALCITE-7567
> Project: Calcite
> Issue Type: Bug
> Components: core
> Reporter: Sergey Nuyanzin
> Assignee: Sergey Nuyanzin
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.43.0
>
>
> The issue is that if there is {{TIMESTAMP}} and {{TIMESTAMP_LTZ}} with
> different precision
> for instance {{TIMESTAMP(3)}} and {{TIMESTAMP_LTZ(0)}}
> {{leastRestrictive}} from {{TIMESTAMP(3)}} and {{TIMESTAMP_LTZ(0)}}
> and {{leastRestrictive}} from {{TIMESTAMP_LTZ(0)}} and {{TIMESTAMP(3)}}
> return different results.
> In the latest one there will be {{leastRestrictive}} with precision 0
--
This message was sent by Atlassian Jira
(v8.20.10#820010)