You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2012/12/05 10:08:59 UTC

[jira] [Assigned] (HIVE-3296) comments before a set statement in a test do not work

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

Namit Jain reassigned HIVE-3296:
--------------------------------

    Assignee: Namit Jain
    
> comments before a set statement in a test do not work
> -----------------------------------------------------
>
>                 Key: HIVE-3296
>                 URL: https://issues.apache.org/jira/browse/HIVE-3296
>             Project: Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>
> The following test fails:::
> -- test comment
> set hive.test="foo";
> create table tst(key string);
> The output is::
> FAILED: ParseException line 2:0 cannot recognize input near 'set' 'hive' '.'
> However, if the comment position is changed it works fine.
> The following test:
> -- test comment
> create table tst(key string);
> set hive.test="foo";
> works fine

--
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