linghengqian commented on issue #21503: URL: https://github.com/apache/shardingsphere/issues/21503#issuecomment-1275514291
- The `actualDataNodes` and `shardingAlgorithm` are not at the same level. In order to serve DistSQL, each version of `ContextManager` has been refactored and abstracted to a certain extent. This is why you will find out why unit tests of DistSQL hardly touch `ContextManager`. `actualDataNodes` is essentially a `Groovy` expression. If you don't like `Groovy`, you can directly construct an `ArrayList` and convert it to a string. - I'm just assuming you can translate the above reply into `English`, because that's inconvenient for others to search for this issue.🌝 -- 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]
