[update](exec) set ENABLE_NEREIDS_DML_WITH_PIPELINE = true, update from 2.0 to 2.1 (#40825)
change the dafault value in update to 2.1
This commit is contained in:
@ -1572,6 +1572,9 @@ public class Env {
|
||||
VariableMgr.refreshDefaultSessionVariables("2.0 to 2.1",
|
||||
SessionVariable.ENABLE_MATERIALIZED_VIEW_REWRITE,
|
||||
"true");
|
||||
VariableMgr.refreshDefaultSessionVariables("2.0 to 2.1",
|
||||
SessionVariable.ENABLE_NEREIDS_DML_WITH_PIPELINE,
|
||||
"true");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user