hvanhovell opened a new pull request, #38944: URL: https://github.com/apache/spark/pull/38944
### What changes were proposed in this pull request? We split the current `connector/connect` project into two projects: - `connector/connect/common`: this contains the proto definitions, and build targets for proto buf related code generation. In the future this can also contain utilities that are shared between the server and the client. - `connector/connect/server`: this contains the code for the connect server and plugin (all the current scala code). This includes the dsl because it is used for server related tests. In the future we might replace the DSL by the scala client. ### Why are the changes needed? In preparation for the Spark Connect Scala Client we need to split the server and the proto files. This, together with another refactoring in Catalyst, will allow us to create a client with a minimal set of dependencies. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Existing tests -- 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]
