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][connector][mysql] The connector supports MySQL Driver 8.x #1899

Open
3 tasks done
david-gao1 opened this issue Jun 13, 2024 · 0 comments
Open
3 tasks done
Labels
feature-request this is a feature requests on the product

Comments

@david-gao1
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

111

When submitting a Flink job, all the JARs under the Flink lib directory are loaded. When there is a mysql-connector-java-8.xx.xx.jar in the lib directory, the MySQL connector consumes timestamp data as LocalDateTime type. Due to the lack of compatibility in the connector, it fails to consume the data, resulting in errors in the job.

Therefore, adding logic to accommodate the mysql-connector-java-8.xx.xx.jar driver.

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@david-gao1 david-gao1 added the feature-request this is a feature requests on the product label Jun 13, 2024
david-gao1 pushed a commit to david-gao1/chunjun that referenced this issue Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request this is a feature requests on the product
Projects
None yet
Development

No branches or pull requests

1 participant