[ 
https://issues.apache.org/jira/browse/SPARK-48643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhen Wang resolved SPARK-48643.
-------------------------------
    Resolution: Won't Fix

> Narrow down default regex of sql options redaction.
> ---------------------------------------------------
>
>                 Key: SPARK-48643
>                 URL: https://issues.apache.org/jira/browse/SPARK-48643
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 4.0.0
>            Reporter: Zhen Wang
>            Priority: Minor
>              Labels: pull-request-available
>
> The current *`spark.sql.redaction.options.regex`* configuration is too loose, 
> resulting in masking of some insensitive options.
>  
> Like 
> *['tag.creation-period'='hourly'|https://paimon.apache.org/docs/master/maintenance/manage-tags/]*
>  option in Paimon,
> Original option:
> {code:java}
> 'tag.creation-period' = 'hourly' {code}
> Redacted option:
> {code:java}
> 'tag.creation-period' = '*********(redacted)' {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to