[
https://issues.apache.org/jira/browse/HAWQ-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chunling Wang closed HAWQ-524.
------------------------------
> 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.0-incubating
> Reporter: Chunling Wang
> Assignee: Lili Ma
> Fix For: 2.0.0.0-incubating
>
>
> 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.4.14#64029)