johnny2002 commented on pull request #7751:
URL: https://github.com/apache/shardingsphere/pull/7751#issuecomment-709206619
> @johnny2002 I guess `ds_$->{0..1}` can work as well. Have you ever tried
it?
@tristaZero YES, ds_$->{0..1} does work.
While I think we shall NOT support ds_${0..1}, I found in our source code,
in order to support "ds_${0..1}", we have to change
StandardEnvironment.ignoreUnresolvableNestedPlaceholders to true. This is not a
good practice, since it will affect the whole application.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]