[ https://issues.apache.org/jira/browse/KYLIN-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
hongbin ma updated KYLIN-1913: ------------------------------ Fix Version/s: (was: 1.5.3) v1.5.3 > 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.6.0, 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)