ayushchauhan0811 commented on pull request #2782:
URL: https://github.com/apache/iceberg/pull/2782#issuecomment-876528796


   > if there have been deletes, then the incremental read should return the 
deleted dataset with tag D( indicate DELETE events), just like mysql binlog.
   
   I don't agree with this. An incremental scan presents a temp view of the 
table from one snapshot id to another snapshot id. The logic for handling 
deletes/presenting data should be the same for an incremental scan as what it 
would be for the whole table. 


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to