[
https://issues.apache.org/jira/browse/HIVE-5251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13766264#comment-13766264
]
Edward Capriolo commented on HIVE-5251:
---------------------------------------
Cli escapes are really bad. I know I am half responsible for the current logic.
{quote}
hive> set x=' \' ';
hive> set x;
x=' ' '
hive> compile
> ` public class x { }` as groovy named x.groovy;
Added /tmp/0.jar to class path
Added resource: /tmp/0.jar
{quote}
This patch should gives us better escaping.
> Change the CLI's poor escapting for semi colon.
> -----------------------------------------------
>
> Key: HIVE-5251
> URL: https://issues.apache.org/jira/browse/HIVE-5251
> Project: Hive
> Issue Type: Sub-task
> Reporter: Edward Capriolo
> Assignee: Edward Capriolo
>
> Currently the CLI has rather flaky ; handling. When specifying inline code
> this character is important and we should fix the cli so ; escaping is better.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira