dengc367 opened a new pull request #3468: URL: https://github.com/apache/incubator-dolphinscheduler/pull/3468
## *Tips* - *Thanks very much for contributing to Apache DolphinScheduler.* - *Please review https://dolphinscheduler.apache.org/en-us/community/index.html before opening a pull request.* ## What is the purpose of the pull request I have merge the presto feature from [[Feature]add presto datasource support](https://github.com/apache/incubator-dolphinscheduler/pull/3308) and modify some files to fix two bugs in that presto feature branch. ## Brief change log new file: dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/datasource/PrestoDataSource.java modified: .gitignore modified: dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/DataSourceService.java modified: dolphinscheduler-common/pom.xml modified: dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java modified: dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/enums/DbType.java modified: dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/datasource/BaseDataSource.java modified: dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/datasource/DataSourceFactory.java modified: dolphinscheduler-ui/src/js/conf/home/pages/datasource/pages/list/_source/createDataSource.vue modified: dolphinscheduler-ui/src/js/conf/home/store/dag/state.js modified: dolphinscheduler-ui/src/js/conf/home/store/datasource/actions.js modified: pom.xml ## Verify this pull request *(Please pick either of the following options)* This pull request is code cleanup without any test coverage. *(or)* This pull request is already covered by existing tests, such as *(please describe tests)*. (or) This change added tests and can be verified as follows: *(example:)* - *Added dolphinscheduler-dao tests for end-to-end.* - *Added CronUtilsTest to verify the change.* - *Manually verified the change by testing locally.* ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
