[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:
HappenLee
2024-09-14 10:58:07 +08:00
committed by GitHub
parent 168742deba
commit 472a42a80e

View File

@ -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");
}
}