enterwhat opened a new pull request, #2906: URL: https://github.com/apache/incubator-seatunnel/pull/2906
https://github.com/apache/incubator-seatunnel/issues/2893 feat #2893 : (1),解决-i参数不能传入替换conf的配置文件的source部分占位符的问题,像sql部分一样支持占位符替换。 (2),解决druid的start_date,end_date通过命令行-i传参空格,识别成shell命令行的参数分隔符导致yyyy-MM-dd HH:mm:ss的日期格式参数不能被整体识别,导致运行出错的问题,默认使用特定占位符,可自定义 (3),对druid的输出分隔符进行自定义,以便支持导入到doris (4),对doris的默认分隔符换成以解决列值里面" "(\t)有影响列识别的问题 (5),druid添加user,password的参数认证支持 (6),对druid connector能够依赖seatunnel的包进行provided标注 # Conflicts: # seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-druid/pom.xml <!-- Thank you for contributing to SeaTunnel! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation. Feel free to ping committers for the review! ## Contribution Checklist - Make sure that the pull request corresponds to a [GITHUB issue](https://github.com/apache/incubator-seatunnel/issues). - Name the pull request in the form "[Feature] [component] Title of the pull request", where *Feature* can be replaced by `Hotfix`, `Bug`, etc. - Minor fixes should be named following this pattern: `[hotfix] [docs] Fix typo in README.md doc`. --> ## Purpose of this pull request <!-- Describe the purpose of this pull request. For example: This pull request adds checkstyle plugin.--> ## Check list * [ ] Code changed are covered with tests, or it does not need tests for reason: * [ ] If any new Jar binary package adding in your PR, please add License Notice according [New License Guide](https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/contribution/new-license.md) * [ ] If necessary, please update the documentation to describe the new feature. https://github.com/apache/incubator-seatunnel/tree/dev/docs -- 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]
