qiuliang988 opened a new issue #795: URL: https://github.com/apache/submarine/issues/795
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"  -- 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]
