jingshanglu opened a new issue #7880: URL: https://github.com/apache/shardingsphere/issues/7880
## Background Now, table and expr in statement are improved, so origin UT for it is not suitable. We need to add UT for table and expr. parser UT entry:`shardingsphere/shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/engine/SQLParserParameterizedTest.java->assertSupportedSQL()` ## Solutions 1. Think about design of xxxAssert.java. 2. change expected result.(path:`shardingsphere/shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/resources/case`) 3. The test class runs successfully(`shardingsphere/shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/engine/SQLParserParameterizedTest.java). ### eg * #7872 ## Note We can discuss the reasonableness of the design and then implement it. ### subtasks - [x] add UT for table - [x] add UT for expr ---------------------------------------------------------------- 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]
