danny0405 commented on code in PR #8698:
URL: https://github.com/apache/hudi/pull/8698#discussion_r1192911458


##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestSchemaEvolution.java:
##########
@@ -272,6 +272,7 @@ private TableOptions defaultTableOptions(String tablePath) {
         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,

Review Comment:
    embedded timeline server is not used actually, we use remote fs view 
instead.



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to