SteNicholas commented on a change in pull request #9729:
URL: https://github.com/apache/shardingsphere/pull/9729#discussion_r597422472



##########
File path: 
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dql/dql-integration-test-cases.xml
##########
@@ -510,4 +510,13 @@
     <test-case sql="SELECT * FROM t_user u INNER JOIN t_user_item m ON 
u.user_id=m.user_id" 
scenario-types="encrypt,dbtbl_with_read_write_splitting_and_encrypt">
         <assertion expected-data-file="select_join_encrypt.xml"/>
     </test-case>
+
+    <test-case sql="SELECT * FROM t_single_table" 
db-types="MySQL,Oracle,SQLServer" scenario-types="db">
+        <assertion expected-data-file="select_from_single.xml"/>
+    </test-case>
+
+    <!--fixme! issue #9719-->

Review comment:
       @JiekerTime IMO, it's better to separated into new commit or new PR for 
this change.
   @tristaZero what do you think about?




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