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

   ### Purpose
   Supports deletion operation on data evolution tables, sql like:
   ```sql
   DELETE FROM t WHERE id IN (2, 8)
   ```
   
   The whole process:
   1. collect all anchor files of target splits
   2. select row ids by conditions
   3. binary search on anchor files, calculate deletion postion by ROW_ID - 
rangeStart
   4. persist deletion vectors
   
   ### Tests
   See ITCases


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