This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 3df303eb770 [MINOR] Prevent timeline server from being reused in
ITTestSchemaEvolution (#8698)
3df303eb770 is described below
commit 3df303eb7702d883d123eee5daeebaa69eee0e31
Author: voonhous <[email protected]>
AuthorDate: Sat May 13 11:57:57 2023 +0800
[MINOR] Prevent timeline server from being reused in ITTestSchemaEvolution
(#8698)
---
.../src/test/java/org/apache/hudi/table/ITTestSchemaEvolution.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestSchemaEvolution.java
b/hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestSchemaEvolution.java
index 3a668514674..1b0fd3a342e 100644
---
a/hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestSchemaEvolution.java
+++
b/hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestSchemaEvolution.java
@@ -272,6 +272,7 @@ public class ITTestSchemaEvolution {
FlinkOptions.BUCKET_ASSIGN_TASKS.key(), 1,
FlinkOptions.COMPACTION_TASKS.key(), 1,
FlinkOptions.COMPACTION_SCHEDULE_ENABLED.key(), false,
+ HoodieWriteConfig.EMBEDDED_TIMELINE_SERVER_REUSE_ENABLED.key(), false,
HoodieCommonConfig.SCHEMA_EVOLUTION_ENABLE.key(), true);
}