Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-40686 Support data masking and redacting built-in functions
  3. SPARK-40691

Support data masking built-in function 'mask_show_last_n'

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.4.0
    • None
    • SQL
    • None

    Description

      Support data masking built-in function 'mask_show_last_n'

      Return a masked version of str, showing the last n characters unmasked. Upper case letters should be converted to "X", lower case letters should be converted to "x" and numbers should be converted to "n". For example, mask_show_last_n("1234-5678-8765-4321", 4) results in nnnn-nnnn-nnnn-4321.

      Attachments

        Activity

          People

            Unassigned Unassigned
            vinodkc Vinod KC
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: