vinothchandar commented on pull request #4880: URL: https://github.com/apache/hudi/pull/4880#issuecomment-1083573279
> Maybe we should really deprecate the delete block forever, imagine there are operations in one traction for a database: @danny0405 the problem is more about ordering the records correctly, based on a unique ordering field for each operation right? For your example of `I D I` with the same event time, we might make it `I I` (data block) and `D` (delete block). I think what you are saying is - we want to preserve the source ordering and say encode its as `I D I` in the same data block? -- 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]
