| commit | f2b16fc0f26d6d2193d5c8bc9dd5ffb34b45c1eb | [log] [tgz] |
|---|---|---|
| author | zhangxiaoping <zhangxiaoping@shevdc.org> | Mon Jul 19 11:12:03 2021 +0800 |
| committer | Jeff Zhang <zjffdu@apache.org> | Fri Jul 23 22:28:36 2021 +0800 |
| tree | 04430cb2a0503f9d0a54ed4034df886cb20034a9 | |
| parent | cc2f8f7aeddb8d718e0be2205d7f742d29d03bd3 [diff] |
[ZEPPELIN-5458] fix that zeppelin can not parse columns which contains chinese character ### What is this PR for? fix that zeppelin can not parse columns which contains chinese character this PR do two things the first one thing insert a special character (/u0001) which nerver use after every chinese character, so zeppeline can split string correctly, replace /u0001 with empty string, before add record to rows the second thing avoid that chinese character is escaped. ### What type of PR is it? Bug Fix ### Todos * [ ] - Task ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-5458 ### How should this be tested? already added test case in test units ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: zhangxiaoping <zhangxiaoping@shevdc.org> Closes #4179 from zhxiaoping/bugfix and squashes the following commits: 6af3991624 [zhangxiaoping] Increase the range that char is not escaped and add comment 383bc026d4 [zhangxiaoping] fix that chinese character display wrong
Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration:
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core features:
To know more about Zeppelin, visit our web site https://zeppelin.apache.org
Please go to install to install Apache Zeppelin from binary package.
Please check Build from source to build Zeppelin from source.