Zhenye-Na commented on code in PR #28843:
URL: https://github.com/apache/shardingsphere/pull/28843#discussion_r1583486652


##########
infra/binder/src/test/java/org/apache/shardingsphere/infra/binder/context/statement/dml/SelectStatementContextTest.java:
##########
@@ -409,6 +412,29 @@ private void assertSetWhere(final SelectStatement 
selectStatement) {
         assertThat(actual.getWhereSegments(), 
is(Collections.singletonList(whereSegment)));
     }
     
+    @Test
+    void assertFindColumnProjectionWithoutExpandProjections() {
+        SelectStatementContext selectStatementContext = 
mock(SelectStatementContext.class, RETURNS_DEEP_STUBS);
+        

Review Comment:
   Ack, I ran `spotless:apply` so I thought the formatting should be good.
   
   Is this something that we could potentially consider move into formatter 
rules or maybe this is the conventional code style that we used here?



-- 
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]

Reply via email to