marker-wu commented on issue #12945: URL: https://github.com/apache/shardingsphere/issues/12945#issuecomment-939204136
I use the latest master branch code, the project is ShardingSphere-Proxy here are my configuration:   Steps: 1.set sharding hint database_value =1; 2. select * from ak_log_template_config a,t_db b where a.id = b.id and id=1; Execute this sql, the hint strategy does not take effect when I execute the sql : select * from ak_log_template_config, the hint strategy took effect Result: Hint routing strategy is only effective for single-table query, not for multi-table query Expected result: No matter what type of query, Hint routing strategy should be supported -- 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]
