boy-xiaozhang opened a new pull request, #14463: URL: https://github.com/apache/dolphinscheduler/pull/14463
<!--Thanks very much for contributing to Apache DolphinScheduler, we are happy that you want to help us improve DolphinScheduler! --> ## Purpose of the pull request ```text To improve the usability of the data quality module, some users did not install Apahce Hive when using it, but the class org.apache.dolphinscheduler.data.quality.execution.SparkRuntimeEnvironment starts Hive loading by default, and users also need to manually specify the default quality class. ``` ## Brief change log ```text 1. Fixed that if the user does not use Hive, Hive support is turned off by default 2. Fixed that the user uses the default class provided by the dolphinscheduler if there is no custom quality Jar ``` ## Verify this pull request ```text No major changes, the original unit test can be ``` -- 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]
