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

Shaofeng SHI updated KYLIN-1140:
--------------------------------
    Description: 
If edit the sample cube and then click save, a NPE will be thrown and block 
user to move ahead.

The root cause is In CubeController it uses the cube_des name as the cube name 
to load cube instance; Usually for the cubes that created from Kylin's UI, the 
desc name = cube name, so it has no problem. But for the sample 
"kylin_sales_cube", its name != cube desc name. This is a bug, need to use the 
accurate cube name there.

  was:If edit the sample cube and then click save, a NPE will be thrown and 
block user to move ahead.


> Kylin's sample cube "kylin_sales_cube" couldn't be saved.
> ---------------------------------------------------------
>
>                 Key: KYLIN-1140
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1140
>             Project: Kylin
>          Issue Type: Bug
>          Components: General
>    Affects Versions: v1.1, v1.0
>            Reporter: Shaofeng SHI
>            Assignee: Shaofeng SHI
>             Fix For: v2.0, v1.2
>
>
> If edit the sample cube and then click save, a NPE will be thrown and block 
> user to move ahead.
> The root cause is In CubeController it uses the cube_des name as the cube 
> name to load cube instance; Usually for the cubes that created from Kylin's 
> UI, the desc name = cube name, so it has no problem. But for the sample 
> "kylin_sales_cube", its name != cube desc name. This is a bug, need to use 
> the accurate cube name there.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to