-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Hotfix 1.10 release 374 #376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
kanata163
merged 542 commits into
DTStack:1.11_release
from
kanata163:hotfix_1.10_release_374
Mar 26, 2021
Merged
Hotfix 1.10 release 374 #376
kanata163
merged 542 commits into
DTStack:1.11_release
from
kanata163:hotfix_1.10_release_374
Mar 26, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…into temp_1.8_4.0_x_merge # Conflicts: # flinkx-kafka/flinkx-kafka-writer/src/main/java/com/dtstack/flinkx/kafka/writer/KafkaWriter.java # flinkx-kafka10/flinkx-kafka10-writer/src/main/java/com/dtstack/flinkx/kafka10/writer/Kafka10Writer.java # flinkx-kafka11/flinkx-kafka11-writer/src/main/java/com/dtstack/flinkx/kafka11/writer/Kafka11Writer.java
…0_4.0_x_merge # Conflicts: # flinkx-kb/flinkx-kb-writer/src/main/java/com/dtstack/flinkx/kafkabase/writer/KafkaBaseOutputFormat.java
# Conflicts: # flinkx-test/pom.xml # flinkx-test/src/main/java/com/dtstack/flinkx/test/LocalTest.java # flinkx-test/src/main/java/com/dtstack/flinkx/test/PluginNameConstrant.java # pom.xml
…10_4.1_merge # Conflicts: # flinkx-oraclelogminer/flinkx-oraclelogminer-reader/src/main/java/com/dtstack/flinkx/oraclelogminer/format/LogMinerConnection.java
[feat-30875][flinkx kafka writer]kafka按固定字段写入分区 See merge request dt-insight-engine/flinkx!229
…est_4.1.x' [fix-486][restapi]构建请求参数优化 See merge request dt-insight-engine/flinkx!230
….1.x' [feat-382] get请求含有特殊字符串进行encode See merge request dt-insight-engine/flinkx!231
…10_4.1_x_merge # Conflicts: # flinkx-binlog/flinkx-binlog-reader/src/main/java/com/dtstack/flinkx/binlog/format/BinlogInputFormat.java
…4.1.x_merge # Conflicts: # flinkx-launcher/src/main/resources/log4j.properties
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
【2021-03-26】FlinkX变更记录
[docs][docs]1、fix #368 钉钉群二维码失效问题;2、readme默认由英文改为中文
[opt][test]test模块pom文件删除重复引用
[fix-35555][jdbcwriter]update时,column需要 加上双引号 否则在oracle的字段是小写的时候,未加引号,默认为大写导致错误
[fix-33302][core] 解决finally吞日志的问题