Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-49249][SQL][FOLLOWUP] Rename `spark.sql.artifact.isolation.(al…
…ways.apply.classloader -> alwaysApplyClassloader)` ### What changes were proposed in this pull request? This is a follow-up to rename a new configuration to comply Apache Spark config namespace. - apache#48120 ### Why are the changes needed? Currently, `spark.sql.artifact.isolation.always.apply.classloader` config name introduces redundant namespace `spark.sql.artifact.isolation.always.*` and `spark.sql.artifact.isolation.always.apply.*`. ``` - spark.sql.artifact.isolation.always.apply.classloader + spark.sql.artifact.isolation.alwaysApplyClassloader ``` Since we have `spark.sql.artifact.isolation.enabled` already, we had better keep the above in the same namespace `spark.sql.artifact.isolation.*`. ### Does this PR introduce _any_ user-facing change? No, this is a newly added configuration at Spark 4.0.0 ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#49101 from dongjoon-hyun/SPARK-49249. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: yangjie01 <yangjie01@baidu.com>
- Loading branch information