cbwn123 opened a new issue, #5216:
URL: https://github.com/apache/iceberg/issues/5216
This is snapshot in metadata file which is create by rewritedatafiles action.
{
"sequence-number" : 479,
"snapshot-id" : 7678743334037913715,
"parent-snapshot-id" : 704591498781525614,
"timestamp-ms" : 1657152639626,
"summary" : {
"operation" : "replace",
"manifests-created" : "1",
"manifests-kept" : "0",
"manifests-replaced" : "3",
"entries-processed" : "0",
"changed-partition-count" : "0",
"total-records" : "190361791",
"total-files-size" : "11035003231",
"total-data-files" : "56",
"total-delete-files" : "24356",
"total-position-deletes" : "226070",
"total-equality-deletes" : "0"
}
The total-data-files number fell sharply,but total-delete-files not.
Why not the rewritedatafiles action merge data file and delete file?
--
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]