This is an automated email from the ASF dual-hosted git repository. nic pushed a commit to branch 2.6.x in repository https://gitbox.apache.org/repos/asf/kylin.git
commit ccb90ccad63ee140c92b2241e5b682d4344392f7 Author: zhangxiang17 <[email protected]> AuthorDate: Wed Nov 13 19:20:38 2019 +0800 KYLIN-4254: The result exporting from Insight with CSV format is empty, when sql contains Chinese --- build/deploy/server.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/deploy/server.xml b/build/deploy/server.xml index 96f329b..c626bc4 100644 --- a/build/deploy/server.xml +++ b/build/deploy/server.xml @@ -74,6 +74,7 @@ compressionMinSize="2048" noCompressionUserAgents="gozilla,traviata" compressableMimeType="text/html,text/xml,text/javascript,application/javascript,application/json,text/css,text/plain" + URIEncoding="UTF-8" /> <!-- A "Connector" using the shared thread pool--> <!-- Define a SSL HTTP/1.1 Connector on port 8443
