tristaZero commented on issue #7548: URL: https://github.com/apache/shardingsphere/issues/7548#issuecomment-696558005
Hi @lwtdev So, if you create a logic table `customer` and execute `select * from customer where id = 3;`, does everything go well? Plus, if there is a logic table, do you think the following error will still happen? ```sql mysql> sctl:explain select * from customer where id = 3; ERROR 10002 (C1000): 2Unknown exception: [null] ``` ---------------------------------------------------------------- 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]
