You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Pan, Julian (JIRA)" <ji...@apache.org> on 2018/12/24 09:27:00 UTC

[jira] [Commented] (KYLIN-3738) Edit cube measure may make the decimal type change unexpectly

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

Pan, Julian commented on KYLIN-3738:
------------------------------------

The bug is related by KYLIN-2243
{code:java}
$scope.newMeasure.function.returntype=$scope.newMeasure.function.returntype.replace(/\,\d+/,'');
{code}
The code in addNewMeasure will change decimal(19,4) to decimal(19).

> Edit cube measure may make the decimal type change unexpectly
> -------------------------------------------------------------
>
>                 Key: KYLIN-3738
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3738
>             Project: Kylin
>          Issue Type: Bug
>          Components: Web 
>    Affects Versions: v2.5.2
>            Reporter: Pan, Julian
>            Assignee: Pan, Julian
>            Priority: Major
>
> When edit cube's measure and click save, the origin return type maybe changed from decimal(19,4) to decimal(19), that will cause cube build result not correct



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)