zjncs opened a new pull request, #11036:
URL: https://github.com/apache/rocketmq/pull/11036

   Fixes #10877
   
   ComparisonExpression now converts the String right operand to Boolean when 
the left operand is Boolean. The previous branch cast the Boolean left operand 
to String, which always threw ClassCastException when selector string 
conversion was enabled.
   
   Added a regression test evaluating TRUE = a with string property a=true.
   
   Verification: git diff --check passed; Maven unavailable locally, CI should 
run ExpressionTest/filter checks. AI-assisted contribution.


-- 
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