tuichenchuxin opened a new issue #12849:
URL: https://github.com/apache/shardingsphere/issues/12849


   I want to record some sql that sql parse engine is not supported. But in 
UnsupportedSQLParserParameterizedTest just include parse method. I think 
include visit and covert to sql statement can be better.
   ```
       @Test(expected = SQLParsingException.class)
       public final void assertUnsupportedSQL() {
           String sql = SQL_CASES_LOADER.getCaseValue(sqlCaseId, sqlCaseType, 
Collections.emptyList());
           String databaseType = "H2".equals(this.databaseType) ? "MySQL" : 
this.databaseType;
           new SQLParserEngine(databaseType, true).parse(sql, false);
       }
   ```
   


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