Commit c7ad2bf
committed
[SPARK-53482][SQL][FOLLOWUP] Rename
### What changes were proposed in this pull request?
This PR aims to rename `spark.sql.merge.nested.type.coercion.enabled` to follow the Apache Spark convention.
```
- spark.sql.merge.nested.type.coercion.enabled
+ spark.sql.mergeNestedTypeCoercion.enabled
```
### Why are the changes needed?
To avoid to create many naming spaces.
### Does this PR introduce _any_ user-facing change?
Yes, but this is not released as 4.1.0.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #53434 from dongjoon-hyun/SPARK-53482.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit f43d5ce)
Signed-off-by: Dongjoon Hyun <[email protected]>spark.sql.merge(.nested.type.coercion.enabled -> NestedTypeCoercion.enabled)
1 parent e3b4066 commit c7ad2bf
File tree
1 file changed
+1
-1
lines changed- sql/catalyst/src/main/scala/org/apache/spark/sql/internal
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6612 | 6612 | | |
6613 | 6613 | | |
6614 | 6614 | | |
6615 | | - | |
| 6615 | + | |
6616 | 6616 | | |
6617 | 6617 | | |
6618 | 6618 | | |
| |||
0 commit comments