ssdong commented on pull request #2784: URL: https://github.com/apache/hudi/pull/2784#issuecomment-815413234
@satishkotha Thank you for your review! I’ll take a look when I get back. Currently on a day trip. 😄 Basically, I wanna stop the abuse of `REQUESTED` here, at least for the insert overwrite writing operation, and separate it from `INFLIGHT`. With non-empty inflight commit files, we will suffer info loss. However, as you pointed out, this solution should also work against empty inflight files, I.e. clustering. I consider this a start to clean up and clarify various commit file logics as we have another issue of creating completely empty `REQUESTED` commit files. -- 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]
