amitgilad3 commented on issue #9891: URL: https://github.com/apache/iceberg/issues/9891#issuecomment-1984132293
i think that if you set write.delete.mode = merge-on-read in the table configuration then spark will do positional deletes , the default for it according to the docs is copy-on-write - https://iceberg.apache.org/docs/latest/configuration/#write-properties:~:text=write.-,delete,-.mode. Trino does this by default since they dont supoort copy-on-write -- 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]
