SteNicholas commented on code in PR #292:
URL: https://github.com/apache/flink-table-store/pull/292#discussion_r970647115


##########
flink-table-store-common/src/test/java/org/apache/flink/table/store/format/FileStatsExtractorTestBase.java:
##########
@@ -128,6 +129,9 @@ private Object createField(LogicalType type) {
                         randomString(random.nextInt(varCharType.getLength()) + 
1));
             case BOOLEAN:
                 return random.nextBoolean();
+            case BINARY:

Review Comment:
   @JingsongLi, the `testReadFilter` in `FileStoreTableTestBase` could cover 
the test case to test read and write. PTAL.



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