RaigorJiang commented on code in PR #17820:
URL: https://github.com/apache/shardingsphere/pull/17820#discussion_r877834271
##########
shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/distsql/rql/impl/ShowRulesStatementAssert.java:
##########
@@ -136,8 +136,8 @@ public static void assertIs(final SQLCaseAssertContext
assertContext, final Show
ShowUnusedShardingAlgorithmsStatementAssert.assertIs(assertContext,
(ShowUnusedShardingAlgorithmsStatement) actual,
(ShowUnusedShardingAlgorithmsStatementTestCase) expected);
} else if (actual instanceof ShowUnusedShardingKeyGeneratorsStatement)
{
ShowUnusedShardingKeyGeneratorsStatementAssert.assertIs(assertContext,
(ShowUnusedShardingKeyGeneratorsStatement) actual,
(ShowUnusedShardingKeyGeneratorsStatementTestCase) expected);
- } else if (actual instanceof CountSchemaRulesStatement) {
- CountSchemaRulesStatementAssert.assertIs(assertContext,
(CountSchemaRulesStatement) actual, (CountSchemaRulesStatementTestCase)
expected);
+ } else if (actual instanceof CountDatabaseRulesStatement) {
+ CountSchemaRulesStatementAssert.assertIs(assertContext,
(CountDatabaseRulesStatement) actual, (CountSchemaRulesStatementTestCase)
expected);
Review Comment:
CountDatabaseRulesStatementAssert
--
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]