You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
Hi, We ran into a problem with Submarine's Spark Security for Column Masking
For example,
select col_1, col_2 from tbl_1 union select col_3, col_4 from tbl_2
If masking policies for col_2 and col_4 are different, col_4 will use col_2's policy instead of its own
because col_4 is not in "plan.output"
Hi, We ran into a problem with Submarine's Spark Security for Column Masking

For example,
select col_1, col_2 from tbl_1 union select col_3, col_4 from tbl_2
If masking policies for col_2 and col_4 are different, col_4 will use col_2's policy instead of its own
because col_4 is not in "plan.output"