mimaison commented on PR #14441: URL: https://github.com/apache/kafka/pull/14441#issuecomment-1740654238
In this case `&` is treated as logical AND. I think the only difference with `&&` is that `&` always executes the right side expression even if the left side expression is false. So in this case I'm not sure you can write a test that differentiates `&` and `&&`. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org