danny0405 commented on code in PR #10811: URL: https://github.com/apache/hudi/pull/10811#discussion_r1511986497
########## website/docs/flink-quick-start-guide.md: ########## @@ -427,7 +421,7 @@ PARTITIONED BY (`city`) WITH ( 'connector' = 'hudi', 'path' = 'file:///tmp/hudi_table', - 'table.type' = 'MERGE_ON_READ', + 'table.type' = 'COPY_ON_WRITE', 'changelog.enabled' = 'true', -- this option enable the change log enabled Review Comment: The changelog mode only allows `MOR` table. -- 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]
