RockteMQ-AI commented on issue #10877:
URL: https://github.com/apache/rocketmq/issues/10877#issuecomment-5231185745

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   The reported issue has been verified against the current codebase.
   
   **Root Cause:** The SQL/property filter comparison logic attempts to cast a 
Boolean value to String for comparison, throwing `ClassCastException`. The 
filter evaluation does not handle type coercion between Boolean and String 
operands.
   
   **Impact:** Message filtering fails with an unhandled exception when filter 
expressions compare boolean-typed properties against string literals, causing 
message consumption failures for affected consumers.
   
   **Severity:** Medium — affects consumers using property-based filtering with 
mixed-type comparisons.
   
   An automated fix proposal can be generated. Reply `/approve` to proceed with 
PR generation.
   
   ---
   *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]

Reply via email to