Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

[Submarine Spark Security] Different masking policies for different tables fail in the case of union #795

@qiuliang988

Description

@qiuliang988

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"
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions