xx789633 commented on code in PR #2161:
URL: https://github.com/apache/fluss/pull/2161#discussion_r2644918640
##########
fluss-server/src/main/java/org/apache/fluss/server/utils/TableDescriptorValidation.java:
##########
@@ -109,6 +111,40 @@ public static void validateTableDescriptor(TableDescriptor
tableDescriptor, int
checkTieredLog(tableConf);
checkPartition(tableConf, tableDescriptor.getPartitionKeys(), schema);
checkSystemColumns(schema);
+ checkAutoIncColumns(tableDescriptor, tableConf);
Review Comment:
Remove these checks. We already have auto increment schema checks in
schema.normalizeColumns.
--
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]