architlatkar27 commented on issue #11599: URL: https://github.com/apache/gravitino/issues/11599#issuecomment-4680191565
@roryqi thanks for looking at this. Requesting some more clarification - > Trino won't telll Gravitino how to use the table afer loading the table. Some engine will tell the Gravitino like Spark. Wouldn't this create conflicting behaviour though? A user may be denied to modify the table through spark but then same user would be allowed to do that through trino. From a governance POV i would like to deny that user and the choice of engine shouldn't matter. In such cases what is the right way to solve this? > Deny modify_table won't influence select_table. It can only influence modify_table. Is the scope of modify_table only to change the schema of the table or also to change data inside the table? -- 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]
