-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[FLINK-35067][cdc-connector][postgres] Adding metadata 'row_kind' for Postgres CDC Connector. #3716
base: master
Are you sure you want to change the base?
Conversation
… Postgres CDC Connector.
Hi @oli2v, This feature is meaningful to me, but it seems that there are many irrelevant changes in the code (including test code), was this adjusted by IDE?We should try to minimize irrelevant changes as much as possible. |
…ind' for Postgres CDC Connector." This reverts commit 028313a.
Hi @lvyanquan, those irrelevant changes in the code were indeed due to the IDE. I just pushed a new commit trying to minimize them. |
import static org.junit.Assert.assertEquals; | ||
import static org.junit.Assert.assertTrue; | ||
import static org.junit.Assert.fail; | ||
|
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 for the update and it looks better, but I'm wondering this change of import orders is necessary?
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 for the update and it looks better, but I'm wondering this change of import orders is necessary?
You can use mvn spotless:apply
to correct the import orders.
LGTM. And a doc update in postgres available-metadata will be more appreciated. You can find the doc in https://github.com/apache/flink-cdc/blob/master/docs/content/docs/connectors/flink-sources/postgres-cdc.md |
No description provided.