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

[mysql] Use local timezone as the default server timezone #1407

Merged
merged 11 commits into from
Aug 19, 2022

Conversation

kylemeow
Copy link
Contributor

Due to the issue mentioned in #1406, Flink CDC Connectors might treat Timestamp fields with different behaviors during snapshot and streaming phases.

Here I propose changing the default value of server-time-zone to local timezone so that most users would not need to manually set timezone to get the correct results.

@tisonkun
Copy link
Member

Spotless failed. It seems you should run mvn spotless:apply and push the diff :)

@kylemeow
Copy link
Contributor Author

OracleE2eITCase.testOracleCDC failed, but it seems unrelated to the changes made.

@leonardBang
Copy link
Contributor

OracleE2eITCase.testOracleCDC failed, but it seems unrelated to the changes made.

@kylemeow Thanks for the contribution, I've fixed the test, could you rebase master and try again?

Copy link
Contributor

@leonardBang leonardBang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kylemeow for the contribution, I left some comments

Copy link
Contributor

@leonardBang leonardBang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kylemeow for the contribution, I left a few comments

Copy link
Contributor

@leonardBang leonardBang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kylemeow for the nice work, so happy to discuss with you, LGTM.

@leonardBang leonardBang merged commit b3ebf3d into apache:master Aug 19, 2022
@leonardBang leonardBang added this to the V2.3.0 milestone Aug 19, 2022
fuyun2024 pushed a commit to fuyun2024/flink-cdc-connectors that referenced this pull request Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants