cloud-fan commented on PR #53488:
URL: https://github.com/apache/spark/pull/53488#issuecomment-3686979696

   Hi @mridulm 
   - This is not for SQL config only. I mentioned this in the `README.md`: 
`Currently, SQL configs go in sql.textproto. New categories can have their own 
files.`
   - As of today, I don't think users can override spark core configs or static 
sql configs via public APIs. So this "feature" is already there.
   - Quite some boolean configs define their default values as 
`Utils.isTesting`. To avoid having to add Scala entries (e.g. the ones in 
`SQLConf`) for them, `test_default` is added to handle such use cases with the 
new text file based framework.


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