ArnavBalyan opened a new pull request, #9224:
URL: https://github.com/apache/paimon/pull/9224

   ### Purpose
    - Deleting records from a compacted table makes the remaining records 
invisible.
    - The cow delete uses write only mode, leaving rewritten records at level 
0, which first row scans do not read.
    - Fix this by ignoring the previous files while keeping compaction enabled, 
ensuring the rewritten records are promoted to a readable level.
   
   ### Tests
    - UT


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