Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouli Mukherjee committed Oct 5, 2023
1 parent 558f123 commit 08ba4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sql/src/plan/statement/ddl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2462,7 +2462,7 @@ fn key_constraint_err(desc: &RelationDesc, user_keys: &[ColumnName]) -> PlanErro
}

/// Creating this by hand instead of using generate_extracted_config! macro
/// because the macro doesn't support parameterized enums
/// because the macro doesn't support parameterized enums. See https://github.com/MaterializeInc/materialize/issues/22213
#[derive(Debug, Default, PartialEq, Clone)]
pub struct CsrConfigOptionExtracted {
seen: ::std::collections::BTreeSet<CsrConfigOptionName<Aug>>,
Expand Down

0 comments on commit 08ba4bf

Please sign in to comment.