mincwang commented on pull request #3703:
URL: https://github.com/apache/hudi/pull/3703#issuecomment-978873695


   Only when I complete the compression is the result expected
   
   and in between, I exected the following DML:
   ```sql
   INSERT INTO user VALUES(4,'4')
   UPDATE user SET name='222' where id = 2
   ```
   
   After  complete the compression 
   hive:
   
![image](https://user-images.githubusercontent.com/33626973/143389680-6f093c74-d683-4ade-8536-79976945232c.png)
   spark:
   
![image](https://user-images.githubusercontent.com/33626973/143389816-1993b8a5-9231-4e65-be79-bf404ce129de.png)
   
   mysql:
   
![image](https://user-images.githubusercontent.com/33626973/143390202-2b1dee57-b615-4b3b-8b95-0c99236a117f.png)
   
   


-- 
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