Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed Aug 28, 2024
1 parent e9ef4d8 commit 816f07a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/handler/create_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,7 @@ async fn derive_schema_for_cdc_table(
constraints: &Vec<TableConstraint>,
connect_properties: WithOptionsSecResolved,
need_auto_schema_map: bool,
// original table catalog available in auto schema change process
original_catalog: Option<Arc<TableCatalog>>,
) -> Result<(Vec<ColumnCatalog>, Vec<String>)> {
// read cdc table schema from external db or parsing the schema from SQL definitions
Expand Down

0 comments on commit 816f07a

Please sign in to comment.