You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sergio Peña (JIRA)" <ji...@apache.org> on 2014/09/23 19:21:34 UTC

[jira] [Commented] (HIVE-6683) Beeline does not accept comments at end of line

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

Sergio Peña commented on HIVE-6683:
-----------------------------------

This is working and fixed on hive 0.13

{noformat}
0: jdbc:hive2://localhost:10000> SELECT *
. . . . . . . . . . . . . . . .> -- this is a comment about this value
. . . . . . . . . . . . . . . .> FROM
. . . . . . . . . . . . . . . .> persons;
+-------------+---------------+--+
| persons.id  | persons.name  |
+-------------+---------------+--+
| 1           | name1         |
+-------------+---------------+--+
{noformat}

> Beeline does not accept comments at end of line
> -----------------------------------------------
>
>                 Key: HIVE-6683
>                 URL: https://issues.apache.org/jira/browse/HIVE-6683
>             Project: Hive
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 0.10.0
>            Reporter: Jeremy Beard
>
> Beeline fails to read queries where lines have comments at the end. This works in the embedded Hive CLI.
> Example:
> SELECT
> 1 -- this is a comment about this value
> FROM
> table;
> Error: Error while processing statement: FAILED: ParseException line 1:36 mismatched input '<EOF>' expecting FROM near '1' in from clause (state=42000,code=40000)



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