[fix](pipelineX) add table sink and some fix in pipelineX (#25314)
This commit is contained in:
@ -323,7 +323,7 @@ public class Coordinator implements CoordInterface {
|
||||
this.enablePipelineEngine = context.getSessionVariable().getEnablePipelineEngine()
|
||||
&& (fragments.size() > 0);
|
||||
this.enablePipelineXEngine = context.getSessionVariable().getEnablePipelineXEngine()
|
||||
&& (fragments.size() > 0 && fragments.get(0).getSink() instanceof ResultSink);
|
||||
&& (fragments.size() > 0);
|
||||
|
||||
initQueryOptions(context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user