Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobhan1 committed Sep 10, 2023
1 parent 40a11af commit 3f8c135
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions be/src/common/status.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ E(INVERTED_INDEX_NO_TERMS, -6005);
E(INVERTED_INDEX_RENAME_FILE_FAILED, -6006);
E(INVERTED_INDEX_EVALUATE_SKIPPED, -6007);
E(INVERTED_INDEX_BUILD_WAITTING, -6008);
E(ENTRY_NOT_FOUND, -7000);
E(KEY_NOT_FOUND, -7001);
E(KEY_ALREADY_EXISTS, -7002);
E(ENTRY_NOT_FOUND, -6009);
E(KEY_NOT_FOUND, -6010);
E(KEY_ALREADY_EXISTS, -6011);
#undef E
} // namespace ErrorCode

Expand Down

0 comments on commit 3f8c135

Please sign in to comment.