Skip to content

[FLINK-38046][Connector/JDBC]Solve the issue of missing one piece of data #174

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

wangxiaojing
Copy link

When using partitioned scan in Flink JDBC table, if scan.partition.lower-bound and scan.partition.upper-bound are very large, there could be a situation where one data record is lost. For example, maximum value: 3875220057236942850, minimum value: 2260418954055131340.

Copy link

boring-cyborg bot commented Jul 4, 2025

Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html)

@wangxiaojing wangxiaojing changed the title Solve the issue of missing one piece of data [FLINK-38046][Connector/JDBC]Solve the issue of missing one piece of data Jul 4, 2025
@eskabetxe
Copy link
Member

Hi @wangxiaojing
thanks for your contribution..

could you add a test for this..

@wangxiaojing
Copy link
Author

No conflicts with base branch

Add test cases

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.

2 participants