-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[cdc-pipeline-connector] add MULTI_SPLITS_SINGLE_TABLE to provide multiple splits case of ValuesDataSourceHelper. #2737
Conversation
004757f
to
58fa71c
Compare
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.
Thanks @lvyanquan for the contribution, could you add some basic test for new introduced cases
285e25e
to
c15dd84
Compare
A test for MULTI_SPLITS_SINGLE_TABLE was added and modify ValuesDataSource to support switching from snapshot stage to incremental stage. |
4afcb8c
to
95e49dd
Compare
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.
Thanks @lvyanquan for the contribution, I left some comments
...ues/src/test/java/com/ververica/cdc/connectors/values/source/ValuesDataSourceHelperTest.java
Outdated
Show resolved
Hide resolved
...nector-values/src/main/java/com/ververica/cdc/connectors/values/source/ValuesDataSource.java
Outdated
Show resolved
Hide resolved
...nector-values/src/main/java/com/ververica/cdc/connectors/values/source/ValuesDataSource.java
Outdated
Show resolved
Hide resolved
...nector-values/src/main/java/com/ververica/cdc/connectors/values/source/ValuesDataSource.java
Outdated
Show resolved
Hide resolved
6b6cf91
to
84677e3
Compare
Address it. |
...values/src/main/java/com/ververica/cdc/connectors/values/source/ValuesDataSourceOptions.java
Outdated
Show resolved
Hide resolved
45bc68c
to
f64f9f9
Compare
@lvyanquan A rebase action is welcome |
…uesDataSourceHelper.
f64f9f9
to
e719edc
Compare
…vide multiple splits case of ValuesDataSourceHelper.
e719edc
to
00d8b52
Compare
done. |
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.
Thanks @lvyanquan for the update, LGTM
…BLE to mock source with multiple splits (apache#2737) This closes apache#2737.
…BLE to mock source with multiple splits (apache#2737) This closes apache#2737.
add MULTI_SPLITS_SINGLE_TABLE to provide multiple splits case of ValuesDataSourceHelper.