JunchengMa commented on issue #6741: URL: https://github.com/apache/iceberg/issues/6741#issuecomment-1416594916
Thanks @dramaticlly for opening this feature request In addition to the GDPR deletion use case, the column redaction use case would also benefit from setting `write.update.distribution-mode`='none' at the job level to avoid shuffles. Example SQL: ``` UPDATE db_name.tlb_name SET col_a = NULL WHERE date <= '20220801' ``` -- 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]
