Jackeyzhe commented on code in PR #2378:
URL: https://github.com/apache/fluss/pull/2378#discussion_r2703058648
##########
fluss-server/src/test/java/org/apache/fluss/server/log/remote/RemoteLogITCase.java:
##########
@@ -213,6 +444,24 @@ private static Configuration initConfig() {
// set a shorter max log time to allow replica shrink from isr. Don't
be too low, otherwise
// normal follower synchronization will also be affected
conf.set(ConfigOptions.LOG_REPLICA_MAX_LAG_TIME,
Duration.ofSeconds(5));
+
+ conf.set(ConfigOptions.DATALAKE_FORMAT, DataLakeFormat.PAIMON);
return conf;
}
+
+ private static AlterTableRequest newAlterTableRequest(
Review Comment:
maybe can reuse newAlterTableRequest in `newDropTableRequest`?
--
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]