strongduanmu commented on issue #10724: URL: https://github.com/apache/shardingsphere/issues/10724#issuecomment-857582933
I used `sharding` table and `single` table to test, and the exceptions you reported were not reproduced, but appropriate exceptions were thrown. ``` mysql> select * from t_order_item_test; ERROR 1999 (C1999): Unknown exception: [`t_order_item_test` single table does not exist.] mysql> select * from t_order_item; ERROR 1146 (42S02): Table 'demo_ds_0.t_order_item_0' doesn't exist ``` -- 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]
