[ 
https://issues.apache.org/jira/browse/CALCITE-7567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18086278#comment-18086278
 ] 

Sergey Nuyanzin commented on CALCITE-7567:
------------------------------------------

Thank you for the review [~mbudiu], [~jhyde], [~xuzifu666]

> 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
>
> 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)

Reply via email to