This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a change to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.
from 6d43c21 [bug fix]Click the cancel button to prevent the input box
from losing focus #3116 (#3115)
add 98fdba6 [Bug 2923] Hive JDBC connection parameter ignored (#3194)
No new revisions were added by this update.
Summary of changes:
.../dao/datasource/HiveDataSource.java | 53 ++++++++++++++
.../dao/datasource/HiveDataSourceTest.java | 85 ++++++++++++++++++++++
pom.xml | 1 +
3 files changed, 139 insertions(+)
create mode 100644
dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/datasource/HiveDataSourceTest.java