linghengqian commented on issue #32591:
URL: 
https://github.com/apache/shardingsphere/issues/32591#issuecomment-2296082068

   > Is this behavior expected?
   
   - Currently, this feature does exist. In fact, the unit tests also rely on 
this feature. 
   - Feel free to check 
https://github.com/apache/shardingsphere/tree/master/test/native . In unit test 
files like 
https://github.com/apache/shardingsphere/blob/master/test/native/src/test/resources/test-native/yaml/features/sharding.yaml
 , `actualDataNodes` is empty. The actual table of target routes is generated 
by the logic function of the custom algorithm class.
   - This feature can be traced all the way back to the ShardingSpehre 5.1.0 
example.
   - But this feature is really humorous, because ShardingSphere Proxy 
obviously should not allow this. This is something that only ShardingSphere 
JDBC has.
   - @terrymanu What do you think? I will say that I haven’t tested whether 
ShardingSphere Proxy can do the same with DistSQL.


-- 
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]

Reply via email to