litiliu commented on code in PR #3639:
URL: https://github.com/apache/fluss/pull/3639#discussion_r3592399244


##########
fluss-lake/fluss-lake-iceberg/src/main/java/org/apache/fluss/lake/iceberg/tiering/IcebergLakeWriter.java:
##########
@@ -68,6 +68,7 @@ public IcebergLakeWriter(
             throws IOException {
         this.icebergCatalog = icebergCatalogProvider.get();
         this.icebergTable = getTable(writerInitContext.tablePath());
+        IcebergPartitionSpecValidator.validate(icebergTable, 
writerInitContext.tableInfo());

Review Comment:
   @fresh-borzoni  Good idea, it's very considerate to verify the schema both 
on the enumerator and writer side. I have fixed it.  



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