-
Notifications
You must be signed in to change notification settings - Fork 406
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
[Bug report] SparkJdbcMysqlCatalogIT33 failed #6392
Comments
The command "./gradlew :spark-connector:spark-3.3:test -PtestMode=deploy" at my side has no error. |
I saw this issue for several times, can you please spend time on this? @FANNG1 |
ok, seems this IT failed in some specific environment |
github-actions bot
pushed a commit
that referenced
this issue
Feb 27, 2025
#6432) ### What changes were proposed in this pull request? I'm not sure the root reason, seems MYSQL JDBC driver was not loaded automatically in some condition, in this PR, load Mysql driver explicitly. ### Why are the changes needed? Fix: #6392 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? test in local machine. --------- Co-authored-by: Qi Yu <[email protected]>
jerryshao
pushed a commit
that referenced
this issue
Feb 27, 2025
#6568) ### What changes were proposed in this pull request? I'm not sure the root reason, seems MYSQL JDBC driver was not loaded automatically in some condition, in this PR, load Mysql driver explicitly. ### Why are the changes needed? Fix: #6392 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? test in local machine. Co-authored-by: FANNG <[email protected]> Co-authored-by: Qi Yu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
main branch
Describe what's wrong
SparkJdbcMysqlCatalogIT33 failed
Error message and/or stacktrace
How to reproduce
./gradlew :spark-connector:spark-3.3:test -PtestMode=deploy
Additional context
No response
The text was updated successfully, but these errors were encountered: