PokIsemaine commented on code in PR #2332:
URL: https://github.com/apache/kvrocks/pull/2332#discussion_r1715334217
##########
src/search/hnsw_indexer.h:
##########
@@ -41,16 +41,17 @@ struct HnswNode {
HnswNode(NodeKey key, uint16_t level);
- StatusOr<HnswNodeFieldMetadata> DecodeMetadata(const SearchKey& search_key,
engine::Storage* storage) const;
+ StatusOr<HnswNodeFieldMetadata> DecodeMetadata(engine::Context& ctx, const
SearchKey& search_key,
Review Comment:
storage can be obtained through ctx
--
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]