james created KYLIN-2346:
----------------------------
Summary: OLAP TableScan MUST NOT be shared by more than one prent
Key: KYLIN-2346
URL: https://issues.apache.org/jira/browse/KYLIN-2346
Project: Kylin
Issue Type: Bug
Reporter: james
Priority: Blocker
i am a new fresher of the apache-kylin,
i build cube,success.
i want to run a sql sentence
the result of the relation-database is right..what i want..
the result of the cube modile is wrong..the results is as the titles
the sql is
select * from tradectr.dbo.g_og_corpinfo t1 left join
tradectr.dbo.g_og_corpinfo t2 on t1.parentsid = t2.corpsid where t2.levelscode
= 'G011' AND t2.corpname like '%湖北%'
it is a simple sql,just to find the company of the hubei province...
also somebody could tell me the type of the sql which apache-kylin
supports,thanks very much。
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)