tristaZero commented on issue #7548: URL: https://github.com/apache/shardingsphere/issues/7548#issuecomment-697104767
Hi, @xbkaishui @lwtdev Thanks for your feedback, from which I summarize the likely issues below. Moreover, could you give them a double-check that there is any mistake with my understanding? 1. If there are no `actual tables` for `customer` table rule. It is possible for users to execute `create table customer` in ShardingProxy to create these actual `customer_xx` tables (Or we can interpret it as a logic table `customer`). However, currently, **This function can not work well, can it?** 2. If there are no `actual tables` for the `customer` table rule, which actually means there is no `logic table` named `customer` in ShardingProxy, then any queries on this `customer` table should return the error like `ERROR 1146 (42S02): Table 'customer' doesn't exist`. At present, **NPE is unexpected error info, right.** BTW, @kimmking Are you working on fixing this issue now? > We will fix it soon. ---------------------------------------------------------------- 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]
