pithecuse527 commented on issue #10198:
URL: https://github.com/apache/gravitino/issues/10198#issuecomment-4034419496

   I would like to clarify what this is going to cover.
   Are we planning to inject the spark plugin jar so that the gravitino can 
figure out the required privileges?
   
   For example... i was thinking it may be possible to extract query plan 
information and its required privileges using 
[SparkSessionExtensions.injectCheckRule()](https://github.com/apache/spark/blob/7046f3b3ef4aa596490fbd3c1b4293f7dc4b23e4/sql/core/src/main/scala/org/apache/spark/sql/SparkSessionExtensions.scala#L276)
 ?
   so that the user can be notified early errors (right after the Catalyst 
finishes the query planning) and know which privileges are required...
   


-- 
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]

Reply via email to