Skip to content
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

Merged
merged 6 commits into from
Sep 27, 2023

Conversation

Carl-Zhou-CN
Copy link
Member

@Carl-Zhou-CN Carl-Zhou-CN commented Aug 28, 2023

Purpose of this pull request

colse #5156

Check list

@hailin0
Copy link
Member

hailin0 commented Aug 31, 2023

good

@EricJoy2048
Copy link
Member

@ic4y

Comment on lines 374 to 376
if (splitColumn != null) {
return splitColumn;
}
Copy link
Contributor

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?

Copy link
Member Author

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>
Copy link
Member

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?

Copy link
Member Author

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

@ic4y ic4y merged commit c687050 into apache:dev Sep 27, 2023
4 checks passed
gnehil pushed a commit to gnehil/seatunnel that referenced this pull request Oct 12, 2023
…pache#5384)

* [Feature][CDC] Support for preferring numeric fields as split keys

---------

Co-authored-by: zhouyao <yao.zhou@marketingforce.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants