[
https://issues.apache.org/jira/browse/CALCITE-3187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Laurent Goujon resolved CALCITE-3187.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.21.0
Fixed with commit
[f7c0b0a|https://github.com/apache/calcite/commit/f7c0b0a18ab72338e0b3afcdfd087aab3572fddb]
(+followup commit to fix javadoc typo:
[8c0d792|https://github.com/apache/calcite/commit/8c0d792dd735eded2bb11be0c7c195b8f302ae90])
> Derive all decimal return type through type factory
> ---------------------------------------------------
>
> Key: CALCITE-3187
> URL: https://issues.apache.org/jira/browse/CALCITE-3187
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Reporter: Praveen Kumar Desabandu
> Assignee: Laurent Goujon
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.21.0
>
> Time Spent: 4.5h
> Remaining Estimate: 0h
>
> Currently decimal product and quotient return types are derived through type
> factory, this allows clients to override the return type if they so desire.
> But decimal sum is embedded in return types, also decimal mod does not have a
> return type inference defined.
> This task is to derive all of the return types through type factory, so that
> clients can override if they wish to.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)