ThanoshanMV commented on a change in pull request #13546:
URL: https://github.com/apache/shardingsphere/pull/13546#discussion_r747528108



##########
File path: 
shardingsphere-test/shardingsphere-parser-test/src/main/resources/sql/supported/dal/explain.xml
##########
@@ -17,8 +17,9 @@
   -->
 
 <sql-cases>
-    <sql-case id="explain_select_constant_without_table" value="EXPLAIN SELECT 
1 as a" db-types="PostgreSQL,openGauss, MySQL" />
-    <sql-case id="explain_update_without_condition" value="EXPLAIN UPDATE 
t_order SET status = 'finished'" db-types="PostgreSQL,openGauss, MySQL" />
-    <sql-case id="explain_insert_without_parameters" value="EXPLAIN INSERT 
INTO t_order (order_id, user_id, status) VALUES (1, 1, 'insert')" 
db-types="PostgreSQL,openGauss, MySQL" />
-    <sql-case id="explain_delete_without_sharding_value" value="EXPLAIN DELETE 
FROM t_order WHERE status='init'" db-types="PostgreSQL,openGauss, MySQL" />
+    <sql-case id="explain_select_constant_without_table" value="EXPLAIN SELECT 
1 as a" db-types="PostgreSQL, openGauss, MySQL, SQLServer" />
+    <sql-case id="explain_update_without_condition" value="EXPLAIN UPDATE 
t_order SET status = 'finished'" db-types="PostgreSQL, openGauss, MySQL, 
SQLServer" />
+    <sql-case id="explain_insert_without_parameters" value="EXPLAIN INSERT 
INTO t_order (order_id, user_id, status) VALUES (1, 1, 'insert')" 
db-types="PostgreSQL, openGauss, MySQL, SQLServer" />
+    <sql-case id="explain_delete_without_sharding_value" value="EXPLAIN DELETE 
FROM t_order WHERE status='init'" db-types="PostgreSQL, openGauss, MySQL, 
SQLServer" />
+    <sql-case id="explain_select_with_binding_tables" value="EXPLAIN SELECT 
G.StateProvinceName, T.SalesTerritoryGroup FROM dbo.DimGeography AS G JOIN 
dbo.DimSalesTerritory AS T ON G.SalesTerritoryKey = T.SalesTerritoryKey WHERE 
T.SalesTerritoryGroup IN ('North America', 'Pacific')" db-types="SQLServer" />

Review comment:
       @jingshanglu, I've modified them.




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