moon-fall opened a new pull request #3012: URL: https://github.com/apache/iceberg/pull/3012
this PR is to support only write the parimary key to the eqDeleteFile. I think in some cases it is not necessary to write entire row into the equality-delete file,we just need to write the values of equality fields into the equality-delete file,so that we can Improves write speed and saves space. A way to implement is using the deleteKey method when write delete rowdata ,and I add the configuration onlyWriteEqualityFieldColumns in FlinkSInk for the behavior. -- 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