zjffdu opened a new pull request, #4344: URL: https://github.com/apache/zeppelin/pull/4344
### What is this PR for? Currently, there's one `spark-scala-parent` module which is shared by multiple scala module. This can reduce code duplication, but bring difficulties for developing spark module. It is not easy for new developers to configure it properly in IDE and run unit test in IDE. This PR is to restructure the spark module: move the code in spark-scala-parent to each scala module (scala-2.11,scala-2.12,scala-2.13), this would cause code duplication, but ease the development phase and maintenance. After this PR, you can run spark unit test directly without any extra configuration in intellij. ### What type of PR is it? [Improvement | Refactoring] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-5702 ### How should this be tested? * CI pass ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No -- 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]
