hereisharish commented on issue #10909: URL: https://github.com/apache/iceberg/issues/10909#issuecomment-2309155226
@amitgilad3, it would be nice to have dynamic column masking, similar to whats offered in Trino, Hive, Spark. This would allow any UDF or function to be applied based on the user or role. For example, a query like `SELECT ssn, name FROM tab1` could be dynamically rewritten to `SELECT encrypt(ssn), name FROM tab1` based on the user's permissions, enabling more flexible and secure data access. While the column masking is primarily focused on the Unified Data Governance, this can also allow to re-write column using any UDF or function. -- 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