taojintianxia commented on code in PR #22055:
URL: https://github.com/apache/shardingsphere/pull/22055#discussion_r1018744515
##########
test/integration-test/sql-parser/src/test/java/org/apache/shardingsphere/sql/parser/mysql/DynamicLoadingMySQLParserParameterizedIT.java:
##########
@@ -43,7 +43,7 @@ public DynamicLoadingMySQLParserParameterizedIT(final String
sqlCaseId, final St
@Parameters(name = "{0} (MySQL) -> {1}")
public static Collection<Object[]> getTestParameters() {
return IntegrationTestEnvironment.getInstance().isSqlParserITEnabled()
- ?
DynamicLoadingSQLParserParameterizedTest.getTestParameters("https://api.github.com/repos/",
URI.create("https://github.com/mysql/mysql-server/tree/8.0/mysql-test/t"))
+ ?
DynamicLoadingSQLParserParameterizedTest.getTestParameters("https://api.github.com/repos/",
URI.create("https://github.com/mysql/mysql-server/tree/8.0/mysql-test/r"))
Review Comment:
ok, this make sens.
the t just contains the sql but the r contants the sql and the execution
result on MySQL.
--
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]