wypoon opened a new pull request, #4588:
URL: https://github.com/apache/iceberg/pull/4588

   This is an extension of #4395.
   Here we add a custom metric for the number of delete rows that have been 
applied in a scan of a format v2 table.
   
   Tested manually by creating a format v2 table using each of Parquet, ORC, 
and Avro files, deleting and updating rows in the tables, and reading from the 
table. The expected number of deletes show up in the Spark UI.
   Also extended existing unit tests (`DeleteReadTests` and 
`TestSparkReaderDeletes`) to count the number of deletes applied during the 
scan.
   


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