[improvement][launcher]Refactor unit tests and demo data.

[improvement][launcher]Refactor unit tests and demo data.

[improvement][launcher]Refactor unit tests and demo data.

[improvement][launcher]Refactor unit tests and demo data.
This commit is contained in:
jerryjzhang
2024-12-01 16:23:05 +08:00
parent 1c73453c5f
commit 0f1c50167d
84 changed files with 2097 additions and 7421 deletions

View File

@@ -74,7 +74,6 @@ public class SqlValidHelper {
CCJSqlParserUtil.parse(sql);
return true;
} catch (Exception e) {
log.error("isValidSQL parse:{}", e);
return false;
}
}