LadyForest commented on code in PR #223:
URL: https://github.com/apache/flink-table-store/pull/223#discussion_r924013592


##########
flink-table-store-core/src/main/java/org/apache/flink/table/store/file/stats/BinaryTableStats.java:
##########
@@ -59,8 +59,12 @@ public BinaryTableStats(
     }
 
     public FieldStats[] fields(FieldStatsArraySerializer converter) {
+        return fields(converter, null);

Review Comment:
   L#54, annotate  parameter`cacheArray` as  `@Nullable`



-- 
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...@flink.apache.org

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

Reply via email to