You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Xiaoxiang Yu (Jira)" <ji...@apache.org> on 2020/09/13 12:20:00 UTC

[jira] [Closed] (KYLIN-4457) Query cube result doesn't math with spark sql

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

Xiaoxiang Yu closed KYLIN-4457.
-------------------------------

Resolved in release 4.0.0-alpha (2020-09-13)

> Query cube result doesn't math with spark sql
> ---------------------------------------------
>
>                 Key: KYLIN-4457
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4457
>             Project: Kylin
>          Issue Type: Bug
>          Components: Query Engine, Storage - Parquet
>            Reporter: xuekaiqi
>            Assignee: wangrupeng
>            Priority: Major
>             Fix For: v4.0.0-alpha
>
>   Original Estimate: 16h
>  Remaining Estimate: 16h
>
> Source: local CSV
> Result:
> ||cube||spark||
> |5010|5030|
> SQL:
> {code:java}
> select count(*)  FROM TEST_KYLIN_FACT LEFT JOIN TEST_ORDER ON TEST_KYLIN_FACT.ORDER_ID = TEST_ORDER.ORDER_ID where CAL_DT > '2011-01-01 00:00:00' and CAL_DT < '2013-01-01 00:00:00'
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)