[
https://issues.apache.org/jira/browse/CALCITE-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639765#comment-14639765
]
Pengcheng Xiong commented on CALCITE-814:
-----------------------------------------
[~julianhyde] and [~jcamachorodriguez], could u take a look? Thanks.
> RexBuilder wrongly uses createSqlType to create Decimal relType
> ---------------------------------------------------------------
>
> Key: CALCITE-814
> URL: https://issues.apache.org/jira/browse/CALCITE-814
> Project: Calcite
> Issue Type: Bug
> Reporter: Pengcheng Xiong
> Assignee: Julian Hyde
>
> RexBuilder L850
> {code}
> typeFactory.createSqlType(
> SqlTypeName.DECIMAL, scale, precision);
> {code}
> However, the createSqlType is accepting
> {code}
> RelDataType createSqlType(
> SqlTypeName typeName,
> int precision,
> int scale);
> {code}
> Need to swap the precision and scale
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)