yinxiaolog opened a new pull request, #16050: URL: https://github.com/apache/dolphinscheduler/pull/16050
<!--Thanks very much for contributing to Apache DolphinScheduler, we are happy that you want to help us improve DolphinScheduler! --> ## Purpose of the pull request If SQL specifies a user-defined parameter of the TIME type, set it to the java.sql.Time type when setting the PreparedStatement parameter. SQL使用自定义参数为TIME类型,设置PreparedStatement执行参数时,会设置为java.sql.Time,原来是String类型。 <!--(For example: This pull request adds checkstyle plugin).--> ## Brief change log <!--*(for example:)* - *Add maven-checkstyle-plugin to root pom.xml* --> change set PreparedStatement to org.apache.dolphinscheduler.plugin.task.api.utils.ParameterUtils . 修改ParameterUtils.setInParameter方法设置DataType类型为TIME,设置为java.sql.Time。 ## Verify this pull request -- 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]
