nsivabalan commented on code in PR #12511:
URL: https://github.com/apache/hudi/pull/12511#discussion_r1892372771


##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestSchemaEvolution.java:
##########
@@ -363,7 +364,9 @@ private TableOptions defaultTableOptions(String tablePath) {
         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);
+        HoodieCommonConfig.SCHEMA_EVOLUTION_ENABLE.key(), true,

Review Comment:
   HUDI-8587 tracks schema evolution fix for partition stats



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