hmkelntuh085 opened a new issue, #31311: URL: https://github.com/apache/shardingsphere/issues/31311
For example: When I set up read-write separation, write uses the a library and read uses the b library. SQL: select * from b.in_order_dt orderd inner join c.erp_tm_sku sku on orderd.sku_id = sku.id The last executed SQL is: select * from b.in_order_dt orderd inner join b.erp_tm_sku sku on orderd.sku_id = sku.id How should I configure it so that my library name is not replaced? THANKS -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
