mzheng-plaid commented on issue #9934: URL: https://github.com/apache/hudi/issues/9934#issuecomment-1813008387
Thanks yes, we are unblocked - we ended up rewriting the entire dataset with bulk insert and sorting it (NB: sorting with `df.sort` seems faster and allows sorting by a non-record key). After that the number of files touched was much smaller so we didn't run into this (commits were much smaller). -- 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]
