liuyongvs commented on a change in pull request #12851:
URL: https://github.com/apache/flink/pull/12851#discussion_r452577056



##########
File path: 
flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/factories/TestValuesTableFactory.java
##########
@@ -562,11 +726,11 @@ public Result applyFilters(List<ResolvedExpression> 
filters) {
                private final int expectedNum;
 
                private TestValuesTableSink(
-                               TableSchema schema,
-                               String tableName,
-                               boolean isInsertOnly,
-                               String runtimeSink,
-                               int expectedNum) {
+                       TableSchema schema,
+                       String tableName,
+                       boolean isInsertOnly,
+                       String runtimeSink,
+                       int expectedNum) {

Review comment:
       this indent is not changed by myself. It is automated by reformated by 
idea when i fire it.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to