tristaZero commented on a change in pull request #5179: fix support for test of 
some pagination
URL: 
https://github.com/apache/incubator-shardingsphere/pull/5179#discussion_r408740927
 
 

 ##########
 File path: 
shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/test/java/org/apache/shardingsphere/sql/parser/integrate/asserts/statement/dml/impl/SelectStatementAssert.java
 ##########
 @@ -70,10 +68,6 @@ private static void assertProjection(final 
SQLCaseAssertContext assertContext, f
         ProjectionAssert.assertIs(assertContext, actual.getProjections(), 
expected.getProjections());
     }
     
-    private static void assertTable(final SQLCaseAssertContext assertContext, 
final SelectStatement actual, final SelectStatementTestCase expected) {
-        TableAssert.assertIs(assertContext, actual.getSimpleTableSegments(), 
new LinkedList<>(expected.getTables().getSimpleTables()));
 
 Review comment:
   Why do you need to remove them?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to