strongduanmu commented on code in PR #26911: URL: https://github.com/apache/shardingsphere/pull/26911#discussion_r1266038940
########## test/it/optimizer/src/test/resources/converter/select-table.xml: ########## @@ -17,5 +17,9 @@ --> <sql-node-converter-test-cases> - <test-cases sql-case-id="select_from_with_table" expected-sql="SELECT * FROM (SELECT * FROM `t0`) AS `dt`" db-types="MySQL" /> + <test-cases sql-case-id="select_from_with_table" expected-sql="SELECT * FROM (TABLE `t0`) AS `dt`" db-types="MySQL" /> Review Comment: @cardigan1008 Plaese merge master branch, I modify this expected-sql. -- 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]
