alexandrefimov commented on PR #57892:
URL: https://github.com/apache/spark/pull/57892#issuecomment-5245088156

   Description updated: the narrowing to `spark.redaction.regex` now names its 
consequence — `redactOptions` (`SQLConf.scala:9819`) folds in 
`spark.sql.redaction.options.regex` as well, default `(?i)url`, so `SET 
spark.sql.catalog.mycat.url` answers `*********(redacted)` where the Config RPC 
returns the URL.
   
   The session-written entry stays withheld, as you called it.
   
   The other two questions in the description I am leaving as they stand: a 
batched `Get` fails whole because one unset key in the batch already fails it, 
and an empty pattern withholds everything because `Utils.redact` degrades the 
same way.
   
   Once this lands, should I open the backport PRs, or do you cherry-pick?
   


-- 
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]


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

Reply via email to