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-53795][CONNECT] Remove unused parameters in LiteralValueProtoConverter
### What changes were proposed in this pull request?
This PR removes unused parameters from the LiteralValueProtoConverter:
1. **Removed `containsNull` parameter** from the `arrayBuilder` method signature and its usage in pattern matching for `ArrayType`
2. **Removed `valueContainsNull` parameter** from the `mapBuilder` method signature and its usage in pattern matching for `MapType`
### Why are the changes needed?
The `containsNull` and `valueContainsNull` parameters were not being used within the `arrayBuilder` and `mapBuilder` methods.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Existing tests
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Cursor 1.7.28
Closes#52512 from heyihong/SPARK-53795.
Authored-by: Yihong He <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
0 commit comments