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

Mihai Budiu resolved CALCITE-6721.
----------------------------------
    Fix Version/s: 1.39.0
       Resolution: Fixed

Fixed in 
https://github.com/apache/calcite/commit/c3478b9718718337c9ef290ab906be8754d15d03

> Incorrect implementation of SqlFunction.checkedDivide
> -----------------------------------------------------
>
>                 Key: CALCITE-6721
>                 URL: https://issues.apache.org/jira/browse/CALCITE-6721
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.38.0
>            Reporter: Mihai Budiu
>            Assignee: Mihai Budiu
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.39.0
>
>
> This is a copy-and-paste bug: checkedDivide is implemented as:
> {code:java}
> return intToShort(b0 * b1)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to