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

zhuwei commented on HIVE-19202:
-------------------------------

Hi  [~ashutoshc] , Thanks for comment , I am new to open source community . I 
checked the failed tests, they are not introduced by my change. what to do next 
? How can I submit a review request to hive ?

> CBO failed due to NullPointerException in HiveAggregate.isBucketedInput()
> -------------------------------------------------------------------------
>
>                 Key: HIVE-19202
>                 URL: https://issues.apache.org/jira/browse/HIVE-19202
>             Project: Hive
>          Issue Type: Bug
>          Components: CBO
>    Affects Versions: 2.1.1
>            Reporter: zhuwei
>            Assignee: zhuwei
>            Priority: Critical
>         Attachments: HIVE-19202.1.patch, HIVE-19202.2.patch
>
>
> I ran a query with join and group by with below settings, COB failed due to 
> NullPointerException in HiveAggregate.isBucketedInput()
> set hive.execution.engine=tez;
> set hive.cbo.costmodel.extended=true;
>  
> In class HiveRelMdDistribution, we implemented below functions:
> public RelDistribution distribution(HiveAggregate aggregate, RelMetadataQuery 
> mq)
> public RelDistribution distribution(HiveJoin join, RelMetadataQuery mq)
>  
> But in HiveAggregate.isBucketedInput, the argument passed to distribution is 
> "this.getInput()"
> , obviously it's not right here. The right argument needed is "this"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to