PragmaTwice commented on code in PR #1710:
URL: https://github.com/apache/kvrocks/pull/1710#discussion_r1309444733


##########
src/types/redis_bloom_chain.h:
##########
@@ -30,12 +30,22 @@ const uint32_t kBFDefaultInitCapacity = 100;
 const double kBFDefaultErrorRate = 0.01;
 const uint16_t kBFDefaultExpansion = 2;
 
+enum BloomInfoType {

Review Comment:
   ```suggestion
   enum class BloomInfoType {
   ```



-- 
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]

Reply via email to