You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Liyin Tang (JIRA)" <ji...@apache.org> on 2010/11/08 01:30:08 UTC

[jira] Created: (HIVE-1775) Assertation on inputObjInspectors.length in Groupy operator

Assertation on inputObjInspectors.length in Groupy operator
-----------------------------------------------------------

                 Key: HIVE-1775
                 URL: https://issues.apache.org/jira/browse/HIVE-1775
             Project: Hive
          Issue Type: Bug
          Components: Query Processor
    Affects Versions: 0.6.0, 0.7.0
            Reporter: Liyin Tang
            Assignee: Liyin Tang
             Fix For: 0.7.0


In the Groupby Operator:
Line 188: assert (inputObjInspectors.length == 1); 
But this assertion may not necessary true

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


[jira] Commented: (HIVE-1775) Assertation on inputObjInspectors.length in Groupy operator

Posted by "Liyin Tang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929480#action_12929480 ] 

Liyin Tang commented on HIVE-1775:
----------------------------------

Yes. I can just comment out this assertion.

> Assertation on inputObjInspectors.length in Groupy operator
> -----------------------------------------------------------
>
>                 Key: HIVE-1775
>                 URL: https://issues.apache.org/jira/browse/HIVE-1775
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>             Fix For: 0.7.0
>
>
> In the Groupby Operator:
> Line 188: assert (inputObjInspectors.length == 1); 
> But this assertion may not necessary true

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


[jira] Commented: (HIVE-1775) Assertation on inputObjInspectors.length in Groupy operator

Posted by "Liyin Tang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929869#action_12929869 ] 

Liyin Tang commented on HIVE-1775:
----------------------------------

resolved in patch hive-1754

> Assertation on inputObjInspectors.length in Groupy operator
> -----------------------------------------------------------
>
>                 Key: HIVE-1775
>                 URL: https://issues.apache.org/jira/browse/HIVE-1775
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>             Fix For: 0.7.0
>
>
> In the Groupby Operator:
> Line 188: assert (inputObjInspectors.length == 1); 
> But this assertion may not necessary true

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


[jira] Resolved: (HIVE-1775) Assertation on inputObjInspectors.length in Groupy operator

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

Liyin Tang resolved HIVE-1775.
------------------------------

      Resolution: Fixed
    Release Note: This bug is fixed in Hive-1754

> Assertation on inputObjInspectors.length in Groupy operator
> -----------------------------------------------------------
>
>                 Key: HIVE-1775
>                 URL: https://issues.apache.org/jira/browse/HIVE-1775
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>             Fix For: 0.7.0
>
>
> In the Groupby Operator:
> Line 188: assert (inputObjInspectors.length == 1); 
> But this assertion may not necessary true

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


[jira] Commented: (HIVE-1775) Assertation on inputObjInspectors.length in Groupy operator

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929438#action_12929438 ] 

John Sichi commented on HIVE-1775:
----------------------------------

Probably a dup of HIVE-1215.


> Assertation on inputObjInspectors.length in Groupy operator
> -----------------------------------------------------------
>
>                 Key: HIVE-1775
>                 URL: https://issues.apache.org/jira/browse/HIVE-1775
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>             Fix For: 0.7.0
>
>
> In the Groupby Operator:
> Line 188: assert (inputObjInspectors.length == 1); 
> But this assertion may not necessary true

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