JingsongLi commented on code in PR #292:
URL: https://github.com/apache/flink-table-store/pull/292#discussion_r969385589
##########
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:
I think we should add a case in `FileStoreTableTestBase` to test read and
write.
--
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]