nsivabalan commented on issue #9201: URL: https://github.com/apache/hudi/issues/9201#issuecomment-1940360877
yeah, probably if there is a new commit, it will trigger the scheduling of compaction and compaction execution will kick in. this is the expected behavior if you are using HoodieStreamer or flink streamer I guess. if you prefer it to do irrespective of whether there is ingestion write or not, you may need to set up a separate spark job to invoke HoodieCompactorJob at regular cadence. -- 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]
