luoyuxia commented on code in PR #3458:
URL: https://github.com/apache/fluss/pull/3458#discussion_r3378915715


##########
fluss-server/src/main/java/org/apache/fluss/server/utils/TableDescriptorValidation.java:
##########
@@ -179,6 +179,15 @@ public static void validateAlterTableProperties(
                             
ConfigOptions.TABLE_KV_STANDBY_REPLICA_ENABLED.key()));
         }
 
+        if 
(tableKeysToChange.contains(ConfigOptions.TABLE_DATALAKE_AUTO_COMPACTION.key())
+                && currentConfig.isDataLakeEnabled()) {

Review Comment:
   why reject this when datalake is enabled? IIUC, we can change this no matter 
datalake enable or not.



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