git-hulk commented on code in PR #3279:
URL: https://github.com/apache/kvrocks/pull/3279#discussion_r2573616342
##########
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:
@i18nsite, could you please add a Go test case to prevent this from
happening in the future?
--
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]