-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Feature][CDC] Support for preferring numeric fields as split keys #5384
Conversation
good |
if (splitColumn != null) { | ||
return splitColumn; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this, would it be better to also include Unique Keys in the comparison?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -30,6 +30,7 @@ | |||
|
|||
<properties> | |||
<hikaricp.version>4.0.3</hikaricp.version> | |||
<junit.vserion>4.13.2</junit.vserion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not use junit 5.9.0 define in root pom.xml?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently, a large number of tests are used for this version
…pache#5384) * [Feature][CDC] Support for preferring numeric fields as split keys --------- Co-authored-by: zhouyao <yao.zhou@marketingforce.com>
Purpose of this pull request
colse #5156
Check list
New License Guide
release-note
.