jingshanglu commented on issue #6497: URL: https://github.com/apache/shardingsphere/issues/6497#issuecomment-698300703
@lwtdev Now, I have fix some bug,but it is not support that query has no sharding column. what is you expect result for ` SELECT * FROM customer where not exists (select * from customer_email where c.status = status) and id = 3;`? and can you test it again on master branch? @chana71 Now, `select id from (select * from t_order limit 10)a` the sql is not yet support, because it is broadcast to all table. ---------------------------------------------------------------- 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]
