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 2010/11/16 23:49:13 UTC

[jira] Created: (HIVE-1795) outputs not correctly populated for alter table

outputs not correctly populated for alter table
-----------------------------------------------

                 Key: HIVE-1795
                 URL: https://issues.apache.org/jira/browse/HIVE-1795
             Project: Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: Namit Jain
            Assignee: Namit Jain
             Fix For: 0.7.0


For any :

alter table <T> partition <p> ...

The table <T> is added in the output. It leads to problems with locking, and will lead to problems in future for authorization.
The partition should be in the output, not the table.

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


[jira] Updated: (HIVE-1795) outputs not correctly populated for alter table

Posted by "He Yongqiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

He Yongqiang updated HIVE-1795:
-------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed! Thanks Namit!

> outputs not correctly populated for alter table
> -----------------------------------------------
>
>                 Key: HIVE-1795
>                 URL: https://issues.apache.org/jira/browse/HIVE-1795
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.7.0
>
>         Attachments: hive.1795.1.patch
>
>
> For any :
> alter table <T> partition <p> ...
> The table <T> is added in the output. It leads to problems with locking, and will lead to problems in future for authorization.
> The partition should be in the output, not the table.

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


[jira] Updated: (HIVE-1795) outputs not correctly populated for alter table

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain updated HIVE-1795:
-----------------------------

    Status: Patch Available  (was: Open)

> outputs not correctly populated for alter table
> -----------------------------------------------
>
>                 Key: HIVE-1795
>                 URL: https://issues.apache.org/jira/browse/HIVE-1795
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.7.0
>
>         Attachments: hive.1795.1.patch
>
>
> For any :
> alter table <T> partition <p> ...
> The table <T> is added in the output. It leads to problems with locking, and will lead to problems in future for authorization.
> The partition should be in the output, not the table.

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


[jira] Updated: (HIVE-1795) outputs not correctly populated for alter table

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain updated HIVE-1795:
-----------------------------

    Attachment: hive.1795.1.patch

> outputs not correctly populated for alter table
> -----------------------------------------------
>
>                 Key: HIVE-1795
>                 URL: https://issues.apache.org/jira/browse/HIVE-1795
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.7.0
>
>         Attachments: hive.1795.1.patch
>
>
> For any :
> alter table <T> partition <p> ...
> The table <T> is added in the output. It leads to problems with locking, and will lead to problems in future for authorization.
> The partition should be in the output, not the table.

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


[jira] Commented: (HIVE-1795) outputs not correctly populated for alter table

Posted by "He Yongqiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932835#action_12932835 ] 

He Yongqiang commented on HIVE-1795:
------------------------------------

+1 running tests.

> outputs not correctly populated for alter table
> -----------------------------------------------
>
>                 Key: HIVE-1795
>                 URL: https://issues.apache.org/jira/browse/HIVE-1795
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.7.0
>
>         Attachments: hive.1795.1.patch
>
>
> For any :
> alter table <T> partition <p> ...
> The table <T> is added in the output. It leads to problems with locking, and will lead to problems in future for authorization.
> The partition should be in the output, not the table.

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