strongduanmu commented on code in PR #29691:
URL: https://github.com/apache/shardingsphere/pull/29691#discussion_r1448124140


##########
test/e2e/sql/src/test/resources/cases/dql/dql-integration-select-combine.xml:
##########
@@ -32,41 +32,41 @@
         <assertion parameters="2000:long, 1500:long" 
expected-data-source-name="read_dataset" />
     </test-case>-->
     
-    <test-case sql="SELECT o.order_id, o.user_id FROM t_order o WHERE 
o.order_id > ? UNION ALL SELECT i.order_id, i.user_id FROM t_order_item i WHERE 
i.order_id > ? ORDER BY order_id LIMIT 5, 5" db-types="MySQL,openGauss" 
scenario-types="db">
-        <assertion parameters="2500:long, 2500:long" 
expected-data-source-name="read_dataset" />
+    <test-case sql="SELECT o.order_id, o.user_id FROM t_order o WHERE 
o.order_id > ? UNION ALL SELECT i.order_id, i.user_id FROM t_order_item i WHERE 
i.order_id > ? ORDER BY order_id LIMIT 5, 5" db-types="MySQL,openGauss" 
scenario-types="db,db_tbl_sql_federation">
+        <assertion parameters="2500:int, 2500:int" 
expected-data-source-name="read_dataset" />
     </test-case>
     
-    <test-case sql="SELECT o.order_id, o.user_id FROM t_order o WHERE 
o.order_id > ? UNION SELECT i.order_id, i.user_id FROM t_order_item i WHERE 
i.order_id > ? ORDER BY order_id" db-types="MySQL,PostgreSQL,openGauss" 
scenario-types="db">
-        <assertion parameters="2500:long, 2500:long" 
expected-data-source-name="read_dataset" />
+    <test-case sql="SELECT o.order_id, o.user_id FROM t_order o WHERE 
o.order_id > ? UNION SELECT i.order_id, i.user_id FROM t_order_item i WHERE 
i.order_id > ? ORDER BY order_id" db-types="MySQL,PostgreSQL,openGauss" 
scenario-types="db,db_tbl_sql_federation">
+        <assertion parameters="2500:int, 2500:int" 
expected-data-source-name="read_dataset" />
     </test-case>
     
-    <test-case sql="SELECT o.user_id FROM t_order o WHERE o.order_id > ? UNION 
ALL SELECT u.user_id FROM t_user u ORDER BY user_id LIMIT 5, 5" 
db-types="MySQL,openGauss" scenario-types="db">
-        <assertion parameters="2500:long" 
expected-data-source-name="read_dataset" />
+    <test-case sql="SELECT o.user_id FROM t_order o WHERE o.order_id > ? UNION 
ALL SELECT u.user_id FROM t_user u ORDER BY user_id LIMIT 5, 5" 
db-types="MySQL,openGauss" scenario-types="db,db_tbl_sql_federation">

Review Comment:
   Why not remove db scenario?



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

Reply via email to