[ 
https://issues.apache.org/jira/browse/HIVE-20167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553569#comment-16553569
 ] 

Andrew Sherman commented on HIVE-20167:
---------------------------------------

I tried to reproduce with

{{create table andrew (}}
{{a int -- here's a comment}}
{{);}}

but that seems to work OK. 

> apostrophe in midline comment fails with ParseException
> -------------------------------------------------------
>
>                 Key: HIVE-20167
>                 URL: https://issues.apache.org/jira/browse/HIVE-20167
>             Project: Hive
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 2.3.2
>         Environment: Observed on an AWS EMR cluster. 
> Hive cli, executing script from bash with "hive -f ..." (not interactive).
>  
>            Reporter: Trey Fore
>            Priority: Minor
>
> This line causes a ParseException:
> {{    , member_id string                  --  standardizing from client's 
> memberID}}
> When the apostrophe is removed, leaving:
> {{    , member_id string                  --  standardizing from clients 
> memberID}}
> the line is parsed correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to