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

   ### Purpose
    - Incremental queries on deletion vector tables silently cause data loss 
(return 0 rows).
    - This is because level 0 is dropped as an optimization for DV table scan, 
but incremental deltas are always level 0.
    - Causing silent data loss of incremental queries on DV tables
    - Ensure filter is not enabled for incremental queries.
   
   ### 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