i18nsite commented on code in PR #3279:
URL: https://github.com/apache/kvrocks/pull/3279#discussion_r2575438121
##########
src/commands/cmd_stream.cc:
##########
@@ -868,7 +868,7 @@ class CommandXPending : public Commander {
}
if (end_id != "+") {
- auto s = ParseStreamEntryID(start_id, &options_.end_id);
+ auto s = ParseStreamEntryID(end_id, &options_.end_id);
Review Comment:
https://github.com/apache/kvrocks/pull/3277/files#diff-09c52b90be671f76754318d6b53aaaa01daf53200c7fc4e6eb921e453366c4fdR66
这个pull request中包含了这个的测试,我这里就不想单独搞了
--
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]