Can not use semicolons in queries in CLI
----------------------------------------

                 Key: HIVE-321
                 URL: https://issues.apache.org/jira/browse/HIVE-321
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Query Processor
    Affects Versions: 0.2.0
            Reporter: Ryan Shih
            Priority: Minor


There's no way to use semicolons in a string in a given query. The CLI will to 
a String.split() at semicolons and as a result if we need to do another queries 
such as: select food_items from groceries where name like '%apples; bananas; 
oranges;%', then it will return an error because of a badly formatted query. 
There should be a way to escape semicolons in strings when that is the 
intention.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to