iblilife commented on issue #8605:
URL: https://github.com/apache/shardingsphere/issues/8605#issuecomment-745309321


   > > broadcast-tables: card_type,shop_employee
   > 
   > That's one great solution If two of these tables do not have a large 
volume of rows. Besides, does a simple SQL queried on `unconfigured table` run 
well?
   
   Simple SQL works well。
   
   `SELECT t1.* FROM t1` // run ok
   `SELECT t2.* FROM t2` // run ok
   `SELECT t1.*, t2.id FROM t1 LEFT JOIN t2` // failed,data column does not 
have。


----------------------------------------------------------------
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]


Reply via email to