You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2016/07/28 06:49:22 UTC

[jira] [Closed] (KYLIN-1913) query log printed abnormally if the query contains "\r" (not "\r\n")

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

Shaofeng SHI closed KYLIN-1913.
-------------------------------

Resolved in release 1.5.3 (2-16-07-28)

> query log printed abnormally if the query contains "\r" (not "\r\n") 
> ---------------------------------------------------------------------
>
>                 Key: KYLIN-1913
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1913
>             Project: Kylin
>          Issue Type: Bug
>    Affects Versions: v1.5.3
>            Reporter: hongbin ma
>            Assignee: hongbin ma
>             Fix For: v1.5.3
>
>
> when the sql request is:
> {"sql":"select sum(lo_revenue) as lo_revenue, d_year, p_brand\rfrom v_lineorder\rleft join dates on lo_orderdate = d_datekey\rleft join part on lo_partkey = p_partkey\rleft join supplier on lo_suppkey = s_suppkey\rwhere p_category = 'MFGR#0206' and s_region = 'AMERICA'\rgroup by d_year, p_brand\rorder by d_year, p_brand\r","offset":0,"limit":50000,"acceptPartial":true,"project":"ssb"}
> the log output will be:
> ==========================[QUERY]===============================
> order by d_year, p_brand#0206' and s_region = 'AMERICA'and
> User: ADMIN
> Success: true
> Duration: 28.288
> Project: ssb
> Realization Names: [ssb]
> Cuboid Ids: [1064]
> Total scan count: 2086851
> Result row count: 6553
> Accept Partial: true
> Is Partial Result: false
> Hit Exception Cache: false
> Storage cache used: false
> Message: null
> ==========================[QUERY]===============================



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)