[pipelineX](bug) Fix meta scan operator (#24963)
This commit is contained in:
@ -1654,7 +1654,7 @@ public class SessionVariable implements Serializable, Writable {
|
||||
int size = Env.getCurrentSystemInfo().getMinPipelineExecutorSize();
|
||||
int autoInstance = (size + 1) / 2;
|
||||
return Math.min(autoInstance, maxInstanceNum);
|
||||
} else if (enablePipelineEngine) {
|
||||
} else if (getEnablePipelineEngine()) {
|
||||
return parallelPipelineTaskNum;
|
||||
} else {
|
||||
return parallelExecInstanceNum;
|
||||
|
||||
Reference in New Issue
Block a user