Skip to content

Commit

Permalink
disable shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Mar 8, 2024
1 parent 90568ef commit 7e3cd4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ public class SessionVariable implements Serializable, Writable {
public boolean enableNereidsDmlWithPipeline = true;

@VariableMgr.VarAttr(name = ENABLE_STRICT_CONSISTENCY_DML, needForward = true)
public boolean enableStrictConsistencyDml = true;
public boolean enableStrictConsistencyDml = false;

@VariableMgr.VarAttr(name = ENABLE_VECTORIZED_ENGINE, varType = VariableAnnotation.EXPERIMENTAL_ONLINE)
public boolean enableVectorizedEngine = true;
Expand Down

0 comments on commit 7e3cd4c

Please sign in to comment.