[ https://issues.apache.org/jira/browse/HIVE-11483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14694685#comment-14694685 ]
Amareshwari Sriramadasu commented on HIVE-11483: ------------------------------------------------ bq. but does any current Hive behavior depend on this? Or are you worried about external tools depending on it? The only current behavior is for logging, which we can fix by calling HiveConf.getDecodedString(). If there are no external tools consuming (i hope they are not), I think adding one config to say whether to encode or not - is unnecessary. But not to break any, I'm fine adding one more config. +1 for URL encoding then, as it is reasonably human readable. > Add encoding and decoding for query string config > ------------------------------------------------- > > Key: HIVE-11483 > URL: https://issues.apache.org/jira/browse/HIVE-11483 > Project: Hive > Issue Type: Improvement > Components: Query Processor > Reporter: Amareshwari Sriramadasu > Assignee: Akshay Goyal > > We have seen some queries in production where some of the literals passed in > the query have control characters, which result in exception when query > string is set in the job xml. > Proposing a solution to encode the query string in configuration and provide > getters decoded string. > Here is a commit in a forked repo : > https://github.com/InMobi/hive/commit/2faf5761191fa3103a0d779fde584d494ed75bf5 > Suggestions are welcome on the solution. -- This message was sent by Atlassian JIRA (v6.3.4#6332)