nsivabalan commented on issue #16982: URL: https://github.com/apache/hudi/issues/16982#issuecomment-4800719489
This appears to already be addressed in master by [#13237](https://github.com/apache/hudi/pull/13237) (commit `6f84c401b3a8`, JIRA HUDI-9350 — the title matches this issue exactly; the HUDI-9349 link looks like a typo). `OptionsResolver.needsScheduleCompaction` now returns `isMorTable(conf) && COMPACTION_SCHEDULE_ENABLED && !isAppendMode(conf)`, so Flink insert (append-mode) writes on a MOR table no longer schedule compaction. Could you confirm and close if this resolves the concern? -- 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]
