naushadahamad786 opened a new issue #4063:
URL: https://github.com/apache/iceberg/issues/4063
-SQL Query
MERGE INTO local.db.Mergetable1 t USING (SELECT * FROM local.db.Mergetable2)
u ON t.id = u.id WHEN MATCHED AND t.id=1 THEN UPDATE SET t.data='z'
We are expecting '"total-delete-files" attribute value should be 1, but it's
show '0'.
"summary" : {
"operation" : "overwrite",
"spark.app.id" : "local-1644210838923",
"deleted-data-files" : "1",
"deleted-records" : "2",
"removed-files-size" : "658",
"changed-partition-count" : "1",
"total-records" : "0",
"total-files-size" : "0",
"total-data-files" : "0",
"total-delete-files" : "0",
"total-position-deletes" : "0",
"total-equality-deletes" : "0"
}
Please find attached file for 'metadata.json' file.
[v7.metadata.zip](https://github.com/apache/iceberg/files/8021379/v7.metadata.zip)
If I missed any configuration to reproduce the "total-delete-files" , please
help me.
--
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]