You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2009/08/19 02:39:14 UTC

[jira] Created: (HIVE-769) PartitionPruner checking is broken

PartitionPruner checking is broken
----------------------------------

                 Key: HIVE-769
                 URL: https://issues.apache.org/jira/browse/HIVE-769
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: Zheng Shao
             Fix For: 0.5.0


We need a new way of checking whether each of the partitioned table has a Partition Pruner condition.


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


[jira] Updated: (HIVE-769) PartitionPruner checking is broken

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

Zheng Shao updated HIVE-769:
----------------------------

    Attachment: HIVE-769.2.patch

For the change in SemanticAnalyzer.initialize, I should have done it in the way as in HIVE-769.1.patch.

However, HIVE-769.1.patch makes the "SELECT *" query a map-reduce job, so I have to do it as in the HIVE-769.2.patch.


> PartitionPruner checking is broken
> ----------------------------------
>
>                 Key: HIVE-769
>                 URL: https://issues.apache.org/jira/browse/HIVE-769
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Zheng Shao
>             Fix For: 0.5.0
>
>         Attachments: HIVE-769.1.patch, HIVE-769.2.patch
>
>
> We need a new way of checking whether each of the partitioned table has a Partition Pruner condition.

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


[jira] Updated: (HIVE-769) PartitionPruner checking is broken

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

Zheng Shao updated HIVE-769:
----------------------------

    Attachment:     (was: HIVE-769.1.patch)

> PartitionPruner checking is broken
> ----------------------------------
>
>                 Key: HIVE-769
>                 URL: https://issues.apache.org/jira/browse/HIVE-769
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Zheng Shao
>             Fix For: 0.5.0
>
>
> We need a new way of checking whether each of the partitioned table has a Partition Pruner condition.

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


[jira] Reopened: (HIVE-769) PartitionPruner checking is broken

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

Zheng Shao reopened HIVE-769:
-----------------------------


NullPointerException in some cases.

> PartitionPruner checking is broken
> ----------------------------------
>
>                 Key: HIVE-769
>                 URL: https://issues.apache.org/jira/browse/HIVE-769
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.4.0, 0.5.0
>
>         Attachments: HIVE-769.1.patch, HIVE-769.2.branch-0.4.patch, HIVE-769.2.patch, HIVE-769.3-1.trunk.branch-0.4.patch, HIVE-769.3.branch-0.4.patch, HIVE-769.3.trunk.patch
>
>
> We need a new way of checking whether each of the partitioned table has a Partition Pruner condition.

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


[jira] Updated: (HIVE-769) PartitionPruner checking is broken

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

Zheng Shao updated HIVE-769:
----------------------------

    Attachment: HIVE-769.3.trunk.patch

HIVE-769.3.trunk.patch: Included test case changes. Also changed a few places to make sure the error message looks nice.

> PartitionPruner checking is broken
> ----------------------------------
>
>                 Key: HIVE-769
>                 URL: https://issues.apache.org/jira/browse/HIVE-769
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Zheng Shao
>             Fix For: 0.5.0
>
>         Attachments: HIVE-769.1.patch, HIVE-769.2.branch-0.4.patch, HIVE-769.2.patch, HIVE-769.3.trunk.patch
>
>
> We need a new way of checking whether each of the partitioned table has a Partition Pruner condition.

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


[jira] Resolved: (HIVE-769) PartitionPruner checking is broken

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

Namit Jain resolved HIVE-769.
-----------------------------

    Resolution: Fixed

Committed the new patch. Thanks Zheng 

> PartitionPruner checking is broken
> ----------------------------------
>
>                 Key: HIVE-769
>                 URL: https://issues.apache.org/jira/browse/HIVE-769
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.4.0, 0.5.0
>
>         Attachments: HIVE-769.1.patch, HIVE-769.2.branch-0.4.patch, HIVE-769.2.patch, HIVE-769.3-1.trunk.branch-0.4.patch, HIVE-769.3.branch-0.4.patch, HIVE-769.3.trunk.patch
>
>
> We need a new way of checking whether each of the partitioned table has a Partition Pruner condition.

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


[jira] Updated: (HIVE-769) PartitionPruner checking is broken

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

Zheng Shao updated HIVE-769:
----------------------------

    Status: Patch Available  (was: Open)

> PartitionPruner checking is broken
> ----------------------------------
>
>                 Key: HIVE-769
>                 URL: https://issues.apache.org/jira/browse/HIVE-769
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Zheng Shao
>             Fix For: 0.5.0
>
>         Attachments: HIVE-769.1.patch, HIVE-769.2.branch-0.4.patch, HIVE-769.2.patch
>
>
> We need a new way of checking whether each of the partitioned table has a Partition Pruner condition.

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


[jira] Commented: (HIVE-769) PartitionPruner checking is broken

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744916#action_12744916 ] 

Namit Jain commented on HIVE-769:
---------------------------------

committed in trunk

running tests for 0.4

> PartitionPruner checking is broken
> ----------------------------------
>
>                 Key: HIVE-769
>                 URL: https://issues.apache.org/jira/browse/HIVE-769
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.4.0, 0.5.0
>
>         Attachments: HIVE-769.1.patch, HIVE-769.2.branch-0.4.patch, HIVE-769.2.patch, HIVE-769.3.branch-0.4.patch, HIVE-769.3.trunk.patch
>
>
> We need a new way of checking whether each of the partitioned table has a Partition Pruner condition.

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


[jira] Updated: (HIVE-769) PartitionPruner checking is broken

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

Zheng Shao updated HIVE-769:
----------------------------

    Attachment: HIVE-769.3.branch-0.4.patch

HIVE-769.3.branch-0.4.patch: fix for branch-0.4.

> PartitionPruner checking is broken
> ----------------------------------
>
>                 Key: HIVE-769
>                 URL: https://issues.apache.org/jira/browse/HIVE-769
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Zheng Shao
>             Fix For: 0.4.0, 0.5.0
>
>         Attachments: HIVE-769.1.patch, HIVE-769.2.branch-0.4.patch, HIVE-769.2.patch, HIVE-769.3.branch-0.4.patch, HIVE-769.3.trunk.patch
>
>
> We need a new way of checking whether each of the partitioned table has a Partition Pruner condition.

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


[jira] Updated: (HIVE-769) PartitionPruner checking is broken

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

Zheng Shao updated HIVE-769:
----------------------------

    Attachment: HIVE-769.1.patch

> PartitionPruner checking is broken
> ----------------------------------
>
>                 Key: HIVE-769
>                 URL: https://issues.apache.org/jira/browse/HIVE-769
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Zheng Shao
>             Fix For: 0.5.0
>
>         Attachments: HIVE-769.1.patch
>
>
> We need a new way of checking whether each of the partitioned table has a Partition Pruner condition.

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


[jira] Updated: (HIVE-769) PartitionPruner checking is broken

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

Zheng Shao updated HIVE-769:
----------------------------

    Attachment: HIVE-769.3-1.trunk.branch-0.4.patch

HIVE-769.3-1.trunk.branch-0.4.patch: Please commit to both branch-0.4 and trunk.


> PartitionPruner checking is broken
> ----------------------------------
>
>                 Key: HIVE-769
>                 URL: https://issues.apache.org/jira/browse/HIVE-769
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.4.0, 0.5.0
>
>         Attachments: HIVE-769.1.patch, HIVE-769.2.branch-0.4.patch, HIVE-769.2.patch, HIVE-769.3-1.trunk.branch-0.4.patch, HIVE-769.3.branch-0.4.patch, HIVE-769.3.trunk.patch
>
>
> We need a new way of checking whether each of the partitioned table has a Partition Pruner condition.

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


[jira] Updated: (HIVE-769) PartitionPruner checking is broken

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

Zheng Shao updated HIVE-769:
----------------------------

    Attachment: HIVE-769.1.patch

@HIVE-769.1.patch: This should fix the problem.
Tests are not updated yet.

> PartitionPruner checking is broken
> ----------------------------------
>
>                 Key: HIVE-769
>                 URL: https://issues.apache.org/jira/browse/HIVE-769
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Zheng Shao
>             Fix For: 0.5.0
>
>         Attachments: HIVE-769.1.patch
>
>
> We need a new way of checking whether each of the partitioned table has a Partition Pruner condition.

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


[jira] Updated: (HIVE-769) PartitionPruner checking is broken

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

Namit Jain updated HIVE-769:
----------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Committed. Thanks Zheng

> PartitionPruner checking is broken
> ----------------------------------
>
>                 Key: HIVE-769
>                 URL: https://issues.apache.org/jira/browse/HIVE-769
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.4.0, 0.5.0
>
>         Attachments: HIVE-769.1.patch, HIVE-769.2.branch-0.4.patch, HIVE-769.2.patch, HIVE-769.3.branch-0.4.patch, HIVE-769.3.trunk.patch
>
>
> We need a new way of checking whether each of the partitioned table has a Partition Pruner condition.

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


[jira] Updated: (HIVE-769) PartitionPruner checking is broken

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

Zheng Shao updated HIVE-769:
----------------------------

    Attachment: HIVE-769.2.branch-0.4.patch

The same patch for branch-0.4.

Two minor differences: 1. exprNodeDesc.getChildren() return type change (it's already in trunk); 2. "import ...HiveConf;" conflict in ASTPartitionPruner.java.


> PartitionPruner checking is broken
> ----------------------------------
>
>                 Key: HIVE-769
>                 URL: https://issues.apache.org/jira/browse/HIVE-769
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Zheng Shao
>             Fix For: 0.5.0
>
>         Attachments: HIVE-769.1.patch, HIVE-769.2.branch-0.4.patch, HIVE-769.2.patch
>
>
> We need a new way of checking whether each of the partitioned table has a Partition Pruner condition.

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


[jira] Updated: (HIVE-769) PartitionPruner checking is broken

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

Zheng Shao updated HIVE-769:
----------------------------

    Fix Version/s: 0.4.0
         Assignee: Zheng Shao

> PartitionPruner checking is broken
> ----------------------------------
>
>                 Key: HIVE-769
>                 URL: https://issues.apache.org/jira/browse/HIVE-769
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.4.0, 0.5.0
>
>         Attachments: HIVE-769.1.patch, HIVE-769.2.branch-0.4.patch, HIVE-769.2.patch, HIVE-769.3.branch-0.4.patch, HIVE-769.3.trunk.patch
>
>
> We need a new way of checking whether each of the partitioned table has a Partition Pruner condition.

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