Skip to content

Commit

Permalink
Modify index bound value (#3285)
Browse files Browse the repository at this point in the history
* modify boundValue

* add tck test

* format tck test file

* rm function

* format feature file

* fix feature error

* format feature file

* fix bug

* fix bug
  • Loading branch information
cangfengzhs authored Nov 16, 2021
1 parent fc2977b commit e32c06d
Show file tree
Hide file tree
Showing 12 changed files with 357 additions and 1,084 deletions.
2 changes: 1 addition & 1 deletion src/common/utils/IndexKeyUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class IndexKeyUtils final {
return "";
}
default:
LOG(ERROR) << "Unsupported default value type";
LOG(FATAL) << "Unsupported default value type";
}
return "";
}
Expand Down
Loading

0 comments on commit e32c06d

Please sign in to comment.