LuciferYang opened a new pull request, #39620: URL: https://github.com/apache/spark/pull/39620
### What changes were proposed in this pull request? This pr aims do some code cleanup for `connect` module: - remove a redundant collection conversion - remove a redundant type conversion - remove a redundant type conversion - weakens the access scope of functions(or val) that are currently only used inside the class from `public` to `private` (it can be changed to public when required) ### Why are the changes needed? do some code cleanup for `connect` module. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass Github Actions -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
