shohamyamin opened a new issue, #15192: URL: https://github.com/apache/datafusion/issues/15192
### Is your feature request related to a problem or challenge? The current problem is that I need to have the ability to do row level security and column level security and column mask and currently I can’t do that. Trino allows that using their opa plugin and authorization in the Trino engine. ### Describe the solution you'd like Please support and allow making authorization in datafusion making it a candidate to replace Trino in cases where rls authorization logic is needed. So every query sent to DataFusion will be parsed and raise an authorization process checking user access and applying rls and column mask if needed. ### Describe alternatives you've considered Use Trino as a query engine ### Additional context The main usecase is authorization over iceberg based datalake -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org