Skip to content

Commit

Permalink
Update ddl_parser.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
vagetablechicken authored Apr 15, 2024
1 parent 54e50e2 commit 57fb8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/ddl_parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ MultiDBIndexMap IndexMapBuilder::ToMap() {
std::string IndexMapBuilder::Encode(absl::string_view db, absl::string_view table, absl::Span<std::string const> keys,
absl::string_view ts) {
// children are ColumnRefNode
// dedup keys
// dedup and sort keys
std::set<std::string> cols(keys.begin(), keys.end());
if (cols.empty()) {
return {};
Expand Down

0 comments on commit 57fb8d2

Please sign in to comment.