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

ASF GitHub Bot commented on HAWQ-524:
-------------------------------------

Github user zhangh43 commented on the pull request:

    https://github.com/apache/incubator-hawq/pull/444#issuecomment-196231052
  
    +1


> do not resolve the condition of 'executor->refResult = NULL' in 
> executormgr_bind_executor_task() 
> -------------------------------------------------------------------------------------------------
>
>                 Key: HAWQ-524
>                 URL: https://issues.apache.org/jira/browse/HAWQ-524
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Dispatcher
>    Affects Versions: 2.0.0
>            Reporter: Chunling Wang
>            Assignee: Lei Chang
>
> In executormgr.c, the code below should not be Assert(). The condition of 
> 'executor->refResult = NULL' should be catch.
> bool
> executormgr_bind_executor_task(struct DispatchData *data,
>                                                       QueryExecutor *executor,
>                                                       
> SegmentDatabaseDescriptor *desc,
>                                                       struct DispatchTask 
> *task,
>                                                       struct DispatchSlice 
> *slice)
> {
>       ...
>       Assert(executor->refResult != NULL);
>       ...
> }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to