Mihai Budiu created CALCITE-6721:
------------------------------------
Summary: 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
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)
