RockteMQ-AI commented on issue #10877: URL: https://github.com/apache/rocketmq/issues/10877#issuecomment-5229876203
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** **Root Cause:** `ComparisonExpression` handles a Boolean left operand and String right operand by casting the Boolean to String, but with string-expression conversion enabled by the selector parser, this branch always throws `ClassCastException`. **Impact:** Message filtering — SQL92 selector expressions like `TRUE=a` will crash instead of evaluating correctly. **Severity:** medium --- *Automated evaluation by github-manager-bot* -- 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]
