pengjianhua commented on issue #107: kylin-3119 URL: https://github.com/apache/kylin/pull/107#issuecomment-369110791 hi,rogercloud.the `kylinConfig.getForceLimit()` add a check too. And the reason that I use "line.separator" is in function massageSql has the code `sql = sql.replace("\r", " ").replace("\n", System.getProperty("line.separator"));` In windows,if I use '\n',it will be replaced by '\r\n', if I use '\r\n',it will be replaced by ' \r\n'
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
