Commit bb17665
[SPARK-49249][SQL][FOLLOWUP] Rename
### What changes were proposed in this pull request?
This is a follow-up to rename a new configuration to comply Apache Spark config namespace.
- #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 #49101 from dongjoon-hyun/SPARK-49249.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>spark.sql.artifact.isolation.(always.apply.classloader -> alwaysApplyClassloader)
1 parent fff6793 commit bb17665
File tree
2 files changed
+2
-2
lines changed- python/pyspark/sql/connect
- sql/catalyst/src/main/scala/org/apache/spark/sql/internal
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1044 | 1044 | | |
1045 | 1045 | | |
1046 | 1046 | | |
1047 | | - | |
| 1047 | + | |
1048 | 1048 | | |
1049 | 1049 | | |
1050 | 1050 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3999 | 3999 | | |
4000 | 4000 | | |
4001 | 4001 | | |
4002 | | - | |
| 4002 | + | |
4003 | 4003 | | |
4004 | 4004 | | |
4005 | 4005 | | |
| |||
0 commit comments