You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/06/24 16:43:58 UTC

[GitHub] [shardingsphere] VeejaLiu commented on issue #16999: Can I get the table name of the logical table name in the doSharding() method?

VeejaLiu commented on issue #16999:
URL: https://github.com/apache/shardingsphere/issues/16999#issuecomment-1165749636

   @terrymanu 
   In shardingsphere, the set of sub tables corresponds to a logical table. 
   
   For example, the actual tables are `use_a`, `user_b`, and `user_c`. But in fact, their logical table name is `user`. I mean, can I get the current logical table name in the dosharding() method? I guess it's not very difficult.
   
   If my description is not very clear, I can try to describe it again.
   
   Thank you for your hard work.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org