-
Notifications
You must be signed in to change notification settings - Fork 1.7k
1.5.0 dev #49
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
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
# Conflicts: # flinkx-core/src/main/java/com/dtstack/flinkx/latch/MetricLatch.java
返回值区分null和空字符串 解决bug:被同步的表 字段有约束:not null(实际是空字符串) 同步到目标的时候报错:字段不能null http://redmine.prod.dtstack.cn/issues/14722 See merge request !2
Feature 1.5 v3.3.3 es col type 1.写入es时只对string类型做转换; 2.修复读取hdfs orc时string类型转换bug; See merge request !1
多通道时检查切分键 See merge request !34
Feature 1.5 es client conf es连接的timeout参数提出 See merge request !32
writerConfig里jdbcUrl格式兼容 See merge request !36
fix hdfs读取text格式文件多"\u0000"的bug See merge request !37
编译打包前删除原有jar包 See merge request !38
fix column to string See merge request !41
fix column to string See merge request !42
Update doc 更新文档 See merge request !46
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.
新增功能:
1.支持增量同步
2.关系数据库支持自定义sql
3.支持常量字段
4.增加stream插件
5.增加carbondata插件
bug fix:
1.修复使用过程中发现的诸多bug
2.部分插件性能优化