JingsongLi commented on code in PR #215:
URL: https://github.com/apache/flink-table-store/pull/215#discussion_r924001994


##########
flink-table-store-core/src/main/java/org/apache/flink/table/store/file/schema/DataType.java:
##########
@@ -45,6 +45,22 @@ public LogicalType logicalType() {
         return logicalType;
     }
 
+    public static DataType copy(DataType type, boolean isNullable) {

Review Comment:
   maybe a `public abstract DataType copy(boolean isNullable);`?



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