SmirAlex commented on code in PR #20919:
URL: https://github.com/apache/flink/pull/20919#discussion_r1089060751


##########
flink-table/flink-table-runtime/src/test/java/org/apache/flink/table/runtime/functions/table/fullcache/inputformat/FullCacheTestInputFormat.java:
##########
@@ -41,18 +41,22 @@
 
 import static org.assertj.core.api.Assertions.assertThat;
 
-/** TestInputFormat that reads data from (2 + delta) splits which share the 
same {@code queue}. */
+/**
+ * TestInputFormat that reads data from (initNum + delta) splits which share 
the same {@code queue}.
+ */
 public class FullCacheTestInputFormat
         extends RichInputFormat<RowData, 
FullCacheTestInputFormat.QueueInputSplit> {
 
     public static final AtomicInteger OPEN_CLOSED_COUNTER = new 
AtomicInteger(0);
-    private static final int DEFAULT_NUM_SPLITS = 2;
+    public static final int DEFAULT_NUM_SPLITS = 2;
+    public static final int DEFAULT_DELTA_NUM_SPLITS = 0;

Review Comment:
   Agree, changed to `private`



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