linghengqian commented on issue #26111:
URL:
https://github.com/apache/shardingsphere/issues/26111#issuecomment-1705362133
- In fact you can use Groovy Shell to verify, I think you want to use
`0${1.. 2}` instead of `${01.. 02}`.
- For the second question, there is actually no need to consider Groovy
syntax. You can directly dynamically modify the `actualDataNodes` through
`DistSQL`, or take out the `ContextManager` and modify it manually.
- I think you can wait for #22899 to be closed, I have a batch of unmerged
PRs working on this issue. Once #22899 is closed, the configuration of this
expression can be customized via SPI.
--
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]