Description
Per RANGER-1087, Hive authorizer should block update operations (insert, insert_overwrite, update, delete, truncate) when a row-filter or a column-mask is specified on a table for the user. However the authorizer does not block update operations - like "update sample_03 set gpa = 4 where name = 'abcd';"
Attachments
Attachments
Issue Links
- is related to
-
RANGER-3225 Hive plugin may not block updates when unmask policy exists
- Open