mirror of https://github.com/citusdata/citus.git
update outdated comment in JobExecutorType (#3148)
parent
70e46703aa
commit
c7ceca3216
|
@ -90,7 +90,7 @@ JobExecutorType(DistributedPlan *distributedPlan)
|
||||||
|
|
||||||
if (executorType == MULTI_EXECUTOR_ADAPTIVE)
|
if (executorType == MULTI_EXECUTOR_ADAPTIVE)
|
||||||
{
|
{
|
||||||
/* if we have repartition jobs with real time executor and repartition
|
/* if we have repartition jobs with adaptive executor and repartition
|
||||||
* joins are not enabled, error out. Otherwise, switch to task-tracker
|
* joins are not enabled, error out. Otherwise, switch to task-tracker
|
||||||
*/
|
*/
|
||||||
int dependedJobCount = list_length(job->dependedJobList);
|
int dependedJobCount = list_length(job->dependedJobList);
|
||||||
|
|
Loading…
Reference in New Issue