dongkelun commented on issue #3892: URL: https://github.com/apache/hudi/issues/3892#issuecomment-956072165
Try to set `HoodieCompactionConfig.COPY_ON_WRITE_RECORD_SIZE_ESTIMATE.key()` to a small value, such as 64, may solve this problem ```scala option(HoodieCompactionConfig.COPY_ON_WRITE_RECORD_SIZE_ESTIMATE.key(), 64) ``` -- 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]
