huanghao495430759 commented on a change in pull request #9929:
URL: https://github.com/apache/shardingsphere/pull/9929#discussion_r606815970



##########
File path: 
shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/sharding/select.xml
##########
@@ -453,4 +453,19 @@
         <input sql="SELECT * FROM t_account, t_account_detail WHERE 
t_account.account_id = 1 AND t_account.account_id = 
t_account_detail.account_id" />
         <output sql="SELECT * FROM t_account_1, t_account_detail_1 WHERE 
t_account_1.account_id = 1 AND t_account_1.account_id = 
t_account_detail_1.account_id" />
     </rewrite-assertion>
+
+    <rewrite-assertion 
id="select_with_join_table_on_condition_with_qualified_columns">

Review comment:
       OK. I will add any case for this PR.




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