the-other-tim-brown commented on code in PR #769:
URL: https://github.com/apache/incubator-xtable/pull/769#discussion_r2617557245


##########
xtable-core/src/test/java/org/apache/xtable/testutil/ColumnStatMapUtil.java:
##########
@@ -343,7 +362,21 @@ public static List<ColumnStat> getColumnStats() {
             .numValues(50)
             .totalSize(123)
             .build();
+    ColumnStat nestedStringColumnStats =
+        ColumnStat.builder()
+            .field(NESTED_STRING_FIELD)
+            .numNulls(1)
+            .range(Range.vector("alice", "zion"))

Review Comment:
   Do we need to update a test to assert that this range is properly handled?



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