[
https://issues.apache.org/jira/browse/KYLIN-3103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16290652#comment-16290652
]
peng.jianhua commented on KYLIN-3103:
-------------------------------------
Hi,[~Shaofengshi], if the sql has comments formats like "/* */" ,then convert
'\n' to space,the sql still works.
such as :
/*
query trans_id
*/
select trans_id from kylin_sales
would convert to
/* query trans_id */ select trans_id from kylin_sales
> Export result failed when sql with comments
> -------------------------------------------
>
> Key: KYLIN-3103
> URL: https://issues.apache.org/jira/browse/KYLIN-3103
> Project: Kylin
> Issue Type: Bug
> Reporter: peng.jianhua
> Assignee: peng.jianhua
> Attachments:
> 0001-KYLIN-3103-Export-result-failed-when-sql-with-commen.patch, error.PNG
>
>
> \-- query trans_id
> select trans_id from kylin_sales
> sql like this above,execute success,export failed,please refer to error.PNG
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)