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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
