stream2000 commented on PR #9887:
URL: https://github.com/apache/hudi/pull/9887#issuecomment-1771950583

   > Makes sense, because in #9776, we changed the basic rollback logic for log 
files, all the log files are rolled back the same style with base files.
   
   The dirty data left is parquet, and what caused the test to fail is that: 
the dirty parquet file is counted as the base file for the successfully 
committed log file, and the file slice for the log will be treated as 
uncommitted after #9776. I don't really understand the new file-slicing 
mechanism, maybe we need to dive into that part. This PR only solves the dirty 
data issue.


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