Shekharrajak commented on issue #12288:
URL: https://github.com/apache/iceberg/issues/12288#issuecomment-2662128376

   I found a testcases : 
   ```
   
   Map<String, String> summary = table.currentSnapshot().summary();
       assertThat(summary.get("deleted-data-files"))
           .as("Deleted files count must match")
           .isEqualTo("4");
   
   ```
   But I want to understand if the whole datafile is marked as deleted or some 
data rows of the datafile marked as  deleted - do we have other data rows also 
which is not deleted as part of deletion ? 


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to