Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao-su committed Aug 29, 2024
1 parent 654fdfe commit 4215e43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/frontend/src/handler/create_source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,6 @@ pub(crate) fn bind_all_columns(
is_hidden: false,
},
];
let non_generated_sql_defined_columns =
non_generated_sql_columns(col_defs_from_sql);
if non_generated_sql_defined_columns.len() != 2
|| non_generated_sql_defined_columns[0].name.real_value() != columns[0].name()
|| non_generated_sql_defined_columns[1].name.real_value() != columns[1].name()
Expand Down

0 comments on commit 4215e43

Please sign in to comment.