tejaslodayadd commented on code in PR #3269:
URL: https://github.com/apache/kvrocks/pull/3269#discussion_r2558125326
##########
tests/cppunit/types/hash_test.cc:
##########
@@ -232,6 +237,7 @@ TEST_F(RedisHashTest, HIncrByFloat) {
TEST_F(RedisHashTest, HRangeByLex) {
uint64_t ret = 0;
std::vector<FieldValue> fvs;
+ fvs.reserve(4 + 26);
Review Comment:
These changes were primarily out of lint checks because this file is touched
now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]