update outdated comment in JobExecutorType (#3148)

pull/3104/head
SaitTalhaNisanci 2019-11-01 11:36:56 +03:00 committed by GitHub
parent 70e46703aa
commit c7ceca3216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ JobExecutorType(DistributedPlan *distributedPlan)
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
*/
int dependedJobCount = list_length(job->dependedJobList);