You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar feature requirement.
Description
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.
Search before asking
Description
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: