vkhoroshko commented on issue #10622: URL: https://github.com/apache/hudi/issues/10622#issuecomment-1929061237
> That is because you are using the append mode, the append mode relies on the async clustering for small files merging. You can switch to `upsert` operation for the tests too, the upsert will merge the files during write. Thank you. Looks like it's working fine. However, is it mentioned in documentation anywhere? All that I see is the note - ```the bulk_insert write operation does not have auto-sizing capabilities during ingestion``` Another question, by adding the following property I was able to achieve the same for insert operation type: ``` 'write.insert.cluster' = 'true', ``` This property above is not greatly documented either, I found it by digging in source code.. Is there any difference really? Or overall recommendation is to use async clustering? Thanks in advance -- 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]
