wzx140 commented on code in PR #3458:
URL: https://github.com/apache/fluss/pull/3458#discussion_r3379214321
##########
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:
I don’t see a valid reason to block this when datalake is enabled. I’ll
update the logic and remove the restriction.
--
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]