pvary commented on code in PR #11662:
URL: https://github.com/apache/iceberg/pull/11662#discussion_r1860967334


##########
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/sink/shuffle/TestDataStatisticsCoordinator.java:
##########
@@ -152,6 +152,80 @@ public void testDataStatisticsEventHandling(StatisticsType 
type) throws Exceptio
     }
   }
 
+  @ParameterizedTest
+  @EnumSource(StatisticsType.class)
+  public void testDataStatisticsEventHandlingWithNullValue(StatisticsType 
type) throws Exception {
+    try (DataStatisticsCoordinator dataStatisticsCoordinator = 
createCoordinator(type)) {
+      dataStatisticsCoordinator.start();
+      tasksReady(dataStatisticsCoordinator);
+
+      SortKey NullSortKey = Fixtures.SORT_KEY.copy();

Review Comment:
   nit: The variable name should start with small letter



##########
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/sink/shuffle/TestDataStatisticsCoordinator.java:
##########
@@ -152,6 +152,80 @@ public void testDataStatisticsEventHandling(StatisticsType 
type) throws Exceptio
     }
   }
 
+  @ParameterizedTest
+  @EnumSource(StatisticsType.class)
+  public void testDataStatisticsEventHandlingWithNullValue(StatisticsType 
type) throws Exception {
+    try (DataStatisticsCoordinator dataStatisticsCoordinator = 
createCoordinator(type)) {
+      dataStatisticsCoordinator.start();
+      tasksReady(dataStatisticsCoordinator);
+
+      SortKey NullSortKey = Fixtures.SORT_KEY.copy();

Review Comment:
   nit: The variable name should start with lower case letter



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to