imrewang commented on issue #9513: URL: https://github.com/apache/hudi/issues/9513#issuecomment-1691298288
The `snapshot data` of Hudi that is synchronized to the Hive table:  Update a row of `snapshot data` `John update` and insert two pieces of `incremental data` `11 111` `22 222` UPDATE and INSERT succeed Now delete one `snapshot data` `Jane 456 Elm st`and one `incremental data` `11 111`:  **The`snapshot data` `Jane 456 Elm st` deletion failed, the`incremental data` `11 111` deletion succeeded:**  **Are you sure row-level deletion of snapshot data is supported ?** -- 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]
