[
https://issues.apache.org/jira/browse/KYLIN-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shaofeng SHI resolved KYLIN-1070.
---------------------------------
Resolution: Fixed
> changing case in table name in model desc
> -------------------------------------------
>
> Key: KYLIN-1070
> URL: https://issues.apache.org/jira/browse/KYLIN-1070
> Project: Kylin
> Issue Type: Bug
> Components: Job Engine
> Affects Versions: v1.1, 1.x-HBase1.1.3
> Reporter: vipin
> Assignee: Shaofeng SHI
> Priority: Minor
> Labels: QE
> Fix For: v1.2
>
> Attachments: kylin_1070.patch
>
>
> with v1.1-release version lets say if i am sending cube request having table
> name in camel case
> ,its get persisted and in package org.apache.kylin.job.JoinedFlatTable
> map returned by private static Map<String, String>
> buildTableAliasMap(DataModelDesc dataModelDesc) method
> has camel case table name as send from request, while IntermediateColumnDesc
> has upper case table names
> table name which we get from intermediateTableDesc.getDataModel() is same as
> request while
> intermediateTableDesc.getColumnList() has upper case table name
> I have checked in hbase :
> get 'kylin_metadata' ,'/model_desc/TestSimple_114.json'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)