[
https://issues.apache.org/jira/browse/SPARK-40688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated SPARK-40688:
-----------------------------------
Labels: pull-request-available (was: )
> Support data masking built-in function 'mask_first_n'
> ------------------------------------------------------
>
> Key: SPARK-40688
> URL: https://issues.apache.org/jira/browse/SPARK-40688
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Affects Versions: 3.4.0
> Reporter: Vinod KC
> Priority: Minor
> Labels: pull-request-available
>
> Support data masking built-in function *mask_first_n*
> Return a masked version of str with the first n values masked. 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_first_n("1234-5678-8765-4321", 4) results in nnnn-5678-8765-4321.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]