Hi, DISCLAIMER: Ryu is a colleague of mine.
We recently discovered that many RDBMSs support two security modes, DEFINER and INVOKER, when creating a view. We suppose it is pretty helpful for our customers. - https://www.postgresql.org/docs/current/sql-createview.html - https://dev.mysql.com/doc/refman/8.4/en/create-view.html - https://trino.io/docs/current/sql/create-view.html I wonder if Hive has the foundation to realize the feature, or if anyone is interested in helping develop it :) Best, Okumin On Wed, Jun 18, 2025 at 3:29 PM Ryu Kobayashi <beter....@gmail.com> wrote: > > Hi all, > > I have a question. As far as I know, it looks like there is no > security(INVOKER/DEFINER) in View. Or are these already implemented? If not, > are there plans to implement these? > > Thanks, > -- > Ryu Kobayashi > <beter....@gmail.com> >