Skip to content

Commit

Permalink
enhance: [skip e2e][2.4] update the version of MV (#34380)
Browse files Browse the repository at this point in the history
issue: #29892 
master PR: #34378

Signed-off-by: Patrick Weizhi Xu <weizhi.xu@zilliz.com>
(cherry picked from commit 92f3f45)
  • Loading branch information
PwzXxm committed Jul 3, 2024
1 parent b3c5eb2 commit 8855008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/paramtable/component_param.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ This configuration is only used by querynode and indexnode, it selects CPU instr

p.EnableMaterializedView = ParamItem{
Key: "common.materializedView.enabled",
Version: "2.5.0",
Version: "2.4.6",
DefaultValue: "false",
}
p.EnableMaterializedView.Init(base.mgr)
Expand Down

0 comments on commit 8855008

Please sign in to comment.