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:  spark:  mysql:  -- 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]
