You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ryu Kobayashi (JIRA)" <ji...@apache.org> on 2016/08/09 05:37:22 UTC

[jira] [Updated] (HIVE-14481) Remove the comments from the query

     [ https://issues.apache.org/jira/browse/HIVE-14481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryu Kobayashi updated HIVE-14481:
---------------------------------
    Assignee: Ryu Kobayashi
      Status: Patch Available  (was: Open)

> Remove the comments from the query
> ----------------------------------
>
>                 Key: HIVE-14481
>                 URL: https://issues.apache.org/jira/browse/HIVE-14481
>             Project: Hive
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 2.1.0
>            Reporter: Ryu Kobayashi
>            Assignee: Ryu Kobayashi
>         Attachments: HIVE-14481.1.patch
>
>
> The ability to delete a comment in CliDriver was created in the next ticket:
> HIVE-1926, HIVE-1953
> However, the following query will result in an error:
> {code}
> -- set abc=def;
> select -- comments;
>   -- comments;
>   replace('12345', '12', '--') -- comments;
> from
>   www_access
> limit 1;
> {code}
> It was to remove all of the comments in order to cope with this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)