You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "hongbin ma (JIRA)" <ji...@apache.org> on 2016/07/22 03:03:20 UTC

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

hongbin ma created KYLIN-1913:
---------------------------------

             Summary: 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


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)