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:
   
   
![image](https://github.com/apache/hudi/assets/94045136/22172ea8-e878-4d85-b63b-b310d1298cf1)
   
   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`:
   
   
![image](https://github.com/apache/hudi/assets/94045136/3df76c86-ab19-4d9b-a3bd-d2a704280dd4)
   
   **The`snapshot data`  `Jane 456 Elm st` deletion failed, the`incremental 
data` `11 111` deletion succeeded:**
   
   
![image](https://github.com/apache/hudi/assets/94045136/53a8f6ad-77e3-46da-afa5-db1db0900e37)
   
   **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]

Reply via email to