vipin created KYLIN-1070:
----------------------------
Summary: camel case table name in cube desc and 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
Reporter: vipin
Assignee: ZhouQianhao
Priority: Minor
with v1.1-release version lets say if i am sending cube request having table
name in camel case
,its get persisted and the below methos of org.apache.kylin.job.JoinedFlatTable
public static String generateSelectDataStatement(IJoinedFlatTableDesc
intermediateTableDesc)
map returned by private static Map<String, String>
buildTableAliasMap(DataModelDesc dataModelDesc) method
has camel case table name while IntermediateColumnDesc has upper case table
names
this happens as datamodel is saved without uppercase
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)