[
https://issues.apache.org/jira/browse/KYLIN-644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shaofeng SHI closed KYLIN-644.
------------------------------
> join table as null error when build the cube
> --------------------------------------------
>
> Key: KYLIN-644
> URL: https://issues.apache.org/jira/browse/KYLIN-644
> Project: Kylin
> Issue Type: Bug
> Components: Metadata
> Affects Versions: v0.7.1
> Reporter: Shaofeng SHI
> Assignee: Shaofeng SHI
> Priority: Minor
> Fix For: v0.7.1
>
>
> An error occured when I try to build a cube. I examined the log and found
> this :
> INSERT OVERWRITE TABLE kylin_intermediate_ZSJ_19700101000000_
> 2922789940817071255_96c192af_6191_4a13_b827_02c9d5eb1a7d SELECT
> FACT_TABLE.QKDYDM
> ,FACT_TABLE.NY
> FROM DEFAULT.ZSJ_FACT_YT as FACT_TABLE
> INNER JOIN DEFAULT.ZSJ_DIM_NY as null
> ON FACT_TABLE.NY = null.YEARMONTH
> INNER JOIN DEFAULT.ZSJ_DIM_ORG as null
> ON FACT_TABLE.QKDYDM = null.YTDM
> How can there be 'join xxx as null' in this sentence?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)