linghengqian opened a new issue #16279: URL: https://github.com/apache/shardingsphere/issues/16279
## Feature Request **For English only**, other languages will not accept. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot make decision by current information, we will **close it**. Please answer these questions before submitting your issue. Thanks! ### Is your feature request related to a problem? Related to https://issues.apache.org/jira/plugins/servlet/mobile#issue/GROOVY-10496 . ### Describe the feature you would like. In Groovy `4.0.0` , call by on IntRange results in loss of information about inclusion of the left border, because inclusiveLeft flag is not passed into NumberRange constructor. This means that if the `algorithm-expression` uses a use case like `db0.t_order$->{(5<..20).by(2).collect{t ->t.toString()}}`, there is a problem with its left-domain predicate. Therefore, the groovy version should be increased to `4.0.1`. -- 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]
