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


##########
src/search/search_encoding.h:
##########
@@ -40,6 +40,8 @@ class IndexMetadata {
   uint8_t flag = 0;  // all reserved
   IndexOnDataType on_data_type;
 
+  const std::string &OnDataTypeString() const { return 
RedisTypeNames[(size_t)on_data_type]; }

Review Comment:
   Haha make sense. But I think we can now leave it as is to avoid massive 
change.



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