sandynz commented on pull request #12369:
URL: https://github.com/apache/shardingsphere/pull/12369#issuecomment-917371077
Since H2 database does't support `show create table table_name`, unit test
for `MySQLDataSourcePreparer` is not completed.
Exception:
```
Caused by: org.h2.jdbc.JdbcSQLException: Syntax error in SQL statement
"SELECT [*]"; expected "TOP, LIMIT, DISTINCT, ALL, *, NOT, EXISTS, INTERSECTS";
SQL statement:
SHOW CREATE TABLE `t_order` [42001-196]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
at org.h2.message.DbException.getSyntaxError(DbException.java:205)
```
--
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]