dashjay commented on code in PR #3346: URL: https://github.com/apache/kvrocks/pull/3346#discussion_r2730157973
########## src/types/redis_hash.cc: ########## @@ -257,29 +308,33 @@ rocksdb::Status Hash::MSet(engine::Context &ctx, const Slice &user_key, const st s = batch->PutLogData(log_data.Encode()); if (!s.ok()) return s; std::unordered_set<std::string_view> field_set; - Review Comment: Remove unnecessary diffs -- 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]
