Reo-LEI commented on a change in pull request #3681:
URL: https://github.com/apache/iceberg/pull/3681#discussion_r824568301



##########
File path: 
flink/v1.13/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalog.java
##########
@@ -474,10 +501,6 @@ private static void validateFlinkTable(CatalogBaseTable 
table) {
         throw new UnsupportedOperationException("Creating table with computed 
columns is not supported yet.");
       }
     });
-
-    if (!schema.getWatermarkSpecs().isEmpty()) {
-      throw new UnsupportedOperationException("Creating table with watermark 
specs is not supported yet.");

Review comment:
       As I mentioned 
[here](https://github.com/apache/iceberg/issues/2264#issuecomment-877808285) 
before, maybe we just need to remove this validation, like @kingeasternsun 's 
[comment](https://github.com/apache/iceberg/pull/3681#issuecomment-1064887971) 
said.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to