GitHub user kochunstvo opened a pull request: https://github.com/apache/hive/pull/444
HIVE-20685 XmlOutputFormat does not escape all required symbols in case of attribte/text Change escaping to apache's StringEscapingUtil which works as written at https://www.w3.org/TR/2008/REC-xml-20081126/#syntax You can merge this pull request into a Git repository by running: $ git pull https://github.com/kochunstvo/hive HIVE-20685 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hive/pull/444.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #444 ---- commit 0cdb857ce669f182f8530a7105b81ac34fda8ace Author: Dmitrii_Khekk <hekk.dmitry@...> Date: 2018-10-04T12:20:41Z HIVE-20685 Change escaping to apache's StringEscapingUtil which works as written at https://www.w3.org/TR/2008/REC-xml-20081126/#syntax ---- ---