JNSimba commented on PR #56754: URL: https://github.com/apache/doris/pull/56754#issuecomment-3397156035
> I think priv of streaming job should the same as `insert into select`, rather than routine load. 1. The permissions for insert into select require write permissions on the target table and read permissions on the query table. Since the query here is tvf, it's equivalent to only having write permissions on the target table. 2. One thing I missed here is that deleting a drop job, alter job, or pause job theoretically also requires the load_priv permission on this database. -- 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]
