bvaradar commented on pull request #1752: URL: https://github.com/apache/hudi/pull/1752#issuecomment-668947071
For the remaining 2 questions, here is the answer: what if the user sets the writeClient config for `inline` = false and does not set async compaction datasource option? should we control at a single level.. ? After discussion, we decided to have Async compaction be enabled by default for MOR table. If async compaction is disabled by config, inline compaction will be enabled automatically. basic question.. if there are no writes , no compaction gets scheduled right? so async compaction is a no-op i.e it will check if there is some work to do, if not won't trigger anything? Yes, that is correct. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
