This is an automated email from the ASF dual-hosted git repository.
kirs pushed a change to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.
from 17c06ce [Feature-4423][UI] When the process definition is running,
the pop-up box can manually set the global parameters. (#4433)
add 734b188 [fix-4472][DataSource] Hive JDBC partial permission parameter
concatenation JDBC URL error (#4473)
No new revisions were added by this update.
Summary of changes:
.../common/utils/HiveConfUtils.java | 87 +++++++++++++++++++++
...yptionUtilsTest.java => HiveConfUtilsTest.java} | 26 +++++--
.../dao/datasource/HiveDataSource.java | 13 +---
.../dao/datasource/HiveDataSourceTest.java | 90 +++++++++++-----------
pom.xml | 1 +
5 files changed, 158 insertions(+), 59 deletions(-)
create mode 100644
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/HiveConfUtils.java
copy
dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/{EncryptionUtilsTest.java
=> HiveConfUtilsTest.java} (61%)