[Bug](pipeline) Support the auto partition in pipeline load (#25176)
This commit is contained in:
@ -321,7 +321,7 @@ public class Coordinator implements CoordInterface {
|
||||
this.enableShareHashTableForBroadcastJoin = context.getSessionVariable().enableShareHashTableForBroadcastJoin;
|
||||
// Only enable pipeline query engine in query, not load
|
||||
this.enablePipelineEngine = context.getSessionVariable().getEnablePipelineEngine()
|
||||
&& (fragments.size() > 0 && fragments.get(0).getSink() instanceof ResultSink);
|
||||
&& (fragments.size() > 0);
|
||||
this.enablePipelineXEngine = context.getSessionVariable().getEnablePipelineXEngine()
|
||||
&& (fragments.size() > 0 && fragments.get(0).getSink() instanceof ResultSink);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user