RockteMQ-AI commented on issue #299: URL: https://github.com/apache/rocketmq-streams/issues/299#issuecomment-5190988723
**Issue Evaluation** Category: `bug` | Status: **Needs Investigation** **Analysis:** If the two `count` functions in `GroupedStreamImpl` have identical implementations, one of them is likely incorrect or redundant. The second `count` function with `SelectAction<OUT, V>` parameter should potentially perform a conditional count (counting only when the key exists or when a condition is met). **Requested information:** - [ ] Expected behavior of each `count` variant - [ ] Whether this is a copy-paste error or intentional - [ ] Test cases that demonstrate the expected difference --- *Automated evaluation by RockteMQ-AI* -- 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]
