[feature](pipelineX) support paritition tablet sink shuffle (#31689)

This commit is contained in:
zhangstar333
2024-03-13 11:29:03 +08:00
committed by yiguolei
parent 8a8a06d8b6
commit 94a75c27e7
13 changed files with 226 additions and 66 deletions

View File

@ -860,7 +860,7 @@ public class SessionVariable implements Serializable, Writable {
@VariableMgr.VarAttr(name = ENABLE_NEREIDS_DML_WITH_PIPELINE, needForward = true,
varType = VariableAnnotation.EXPERIMENTAL,
description = {"在新优化器中,使用pipeline引擎执行DML", "execute DML with pipeline engine in Nereids"})
public boolean enableNereidsDmlWithPipeline = false;
public boolean enableNereidsDmlWithPipeline = true;
@VariableMgr.VarAttr(name = ENABLE_STRICT_CONSISTENCY_DML, needForward = true)
public boolean enableStrictConsistencyDml = false;