Skip to content

Commit

Permalink
[chore](Nereids) let nereids planner be EXPERIMENTAL_ONLINE (#37239)
Browse files Browse the repository at this point in the history
  • Loading branch information
morrySnow authored Jul 4, 2024
1 parent d1868b0 commit 1e9f295
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ public void setEnableLeftZigZag(boolean enableLeftZigZag) {
* would be coming soon.
*/
@VariableMgr.VarAttr(name = ENABLE_NEREIDS_PLANNER, needForward = true,
fuzzy = true, varType = VariableAnnotation.EXPERIMENTAL)
fuzzy = true, varType = VariableAnnotation.EXPERIMENTAL_ONLINE)
private boolean enableNereidsPlanner = true;

@VariableMgr.VarAttr(name = DISABLE_NEREIDS_RULES, needForward = true)
Expand Down

0 comments on commit 1e9f295

Please sign in to comment.