You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Zhixiong Chen (JIRA)" <ji...@apache.org> on 2018/06/05 06:42:00 UTC

[jira] [Assigned] (KYLIN-3397) Kylin UI Timestemp(GMT) issue

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

Zhixiong Chen reassigned KYLIN-3397:
------------------------------------

    Assignee: Zhixiong Chen

> Kylin UI Timestemp(GMT) issue
> -----------------------------
>
>                 Key: KYLIN-3397
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3397
>             Project: Kylin
>          Issue Type: Bug
>          Components: Web 
>            Reporter: praveenece
>            Assignee: Zhixiong Chen
>            Priority: Major
>
>  
> Kylin Version 2.3.1 
> In Kylin React-the Data has inserted into System Cube table based on GMT format,but the user
> Changed option GMT to GMT+5.30 in kylin UI (Kylin.properties).
> when we build segement wise in System Cube(Kylin UI).the system has generated select statment in first step of build,its
> taken GMT+5.30 format not for GMT.
> below i given generated select query from First step of Create Intermediate Flat Hive Table(log)
> SELECT x,y,z 
> FROM KYLIN.HIVE_METRICS_QUERY_CUBE_QA as HIVE_METRICS_QUERY_CUBE_QA 
> WHERE 1=1 AND (((HIVE_METRICS_QUERY_CUBE_QA.KDAY_DATE = '2018-06-01' AND HIVE_METRICS_QUERY_CUBE_QA.KDAY_TIME >= '17:10:00')
>  OR (HIVE_METRICS_QUERY_CUBE_QA.KDAY_DATE > '2018-06-01')) 
>  AND ((HIVE_METRICS_QUERY_CUBE_QA.KDAY_DATE = '2018-06-04' AND HIVE_METRICS_QUERY_CUBE_QA.KDAY_TIME < '16:27:00') 
>  OR (HIVE_METRICS_QUERY_CUBE_QA.KDAY_DATE < '2018-06-04')))
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)