Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
st1page committed Feb 4, 2024
1 parent 8aec009 commit f5aa9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/handler/create_mv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub fn gen_create_mv_plan(
emit_mode: Option<EmitMode>,
) -> Result<(PlanRef, PbTable)> {
if session.config().create_compaction_group_for_mv() {
context.warn_to_user("The session varible CREATE_COMPACTION_GROUP_FOR_MV has been deprecated. It will not take effect.");
context.warn_to_user("The session variable CREATE_COMPACTION_GROUP_FOR_MV has been deprecated. It will not take effect.");
}

let db_name = session.database();
Expand Down

0 comments on commit f5aa9af

Please sign in to comment.