You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-54578][SQL] Perform Code Cleanup on AssignmentUtils
### What changes were proposed in this pull request?
This PR performs a code cleanup on `AssignmentUtils`:
1. Deleted the redundant private methods `getMissingSourcePaths` and `createNullCheckForFieldPath`, which were introduced in #53149 but became obsolete after #53229.
2. Removed the redundant documentation for the invalid input parameter `missingSourcePaths` in the `alignUpdateAssignments` method.
3. Removed the unused input parameter `updateStar` from the private method `applyAssignments`.
4. Corrected a spelling error in the input parameter `coerceNestedTypes` of the private method `applyFieldAssignments`.
### Why are the changes needed?
Code Cleanup.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
- Pass Github Actions
### Was this patch authored or co-authored using generative AI tooling?
No
Closes#53302 from LuciferYang/SPARK-54578.
Lead-authored-by: yangjie01 <[email protected]>
Co-authored-by: YangJie <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments