Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KeXiangWang committed Dec 20, 2023
1 parent 9691cd8 commit a96312b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/src/catalog/index_catalog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ impl IndexCatalog {
.iter()
.map(|x| x.name())
.collect_vec();
// TODO(Kexiang): Currently we simply map $x to the column name. Extra info like ":Int32" is still kept.
// We should find a better way to generate the definition for `ExprImpl`.
replace_with_column_names(&column_names, &col)
}

Expand Down

0 comments on commit a96312b

Please sign in to comment.