[
https://issues.apache.org/jira/browse/KYLIN-4254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
nichunen closed KYLIN-4254.
---------------------------
Resolved in release v3.0.0(2019-12-20)
> The result exporting from Insight with CSV format is empty, when sql contains
> Chinese
> -------------------------------------------------------------------------------------
>
> Key: KYLIN-4254
> URL: https://issues.apache.org/jira/browse/KYLIN-4254
> Project: Kylin
> Issue Type: Bug
> Components: Web
> Affects Versions: v1.5.3, v2.6.0
> Reporter: Zheng Yang
> Priority: Minor
> Fix For: v3.0.0, v2.6.5
>
>
> When the query results of the Insight page are exported, sql is passed as a
> parameter to the URL of the exported data, which causes the problem of
> garbled Chinese parameters in the URL.
> The encoding used by Tomcat for default decoding is the container's default
> encoding, which may be UTF-8, GBK, or other encoding. This is not necessarily
> the same as the encoding of your app. Fix the problem by modifying the
> container's default encoding.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)