This is an automated email from the ASF dual-hosted git repository.

leonbao pushed a change to branch json_split
in repository 
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.


    from c4b84e2  Merge remote-tracking branch 'upstream/dev' into json-split
     add 91dfe09  [Improvement-4435][datasource] the datasource tests the 
connection and returns details when the connection is wrong (#4436)
     new db5c3bb  Merge remote-tracking branch 'upstream/dev' into json-split

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../api/controller/DataSourceController.java       |  63 ++--
 .../apache/dolphinscheduler/api/enums/Status.java  |   2 +-
 .../api/service/DataSourceService.java             | 192 ++++-------
 .../api/service/BaseServiceTest.java               |   2 +
 .../api/service/DataSourceServiceTest.java         | 108 +++++--
 .../dolphinscheduler/common/utils/StringUtils.java |  14 +-
 .../dao/datasource/BaseDataSource.java             | 351 ++++++++++-----------
 .../dao/datasource/HiveDataSource.java             | 124 ++++----
 .../dao/datasource/SQLServerDataSource.java        |  52 +--
 .../dao/datasource/SparkDataSource.java            |  45 ++-
 10 files changed, 460 insertions(+), 493 deletions(-)

Reply via email to