JiekerTime commented on a change in pull request #9729:
URL: https://github.com/apache/shardingsphere/pull/9729#discussion_r597415271
##########
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:
> IMO, you could fix the issue #9719 in this pull request, not adding
the comments here to fix.
In fact, many of our cases are annotated in this way. This may make it
easier for us to review the problem.
--
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]