yuqi1129 commented on PR #5431: URL: https://github.com/apache/gravitino/pull/5431#issuecomment-2461177678
>  @yuqi1129 I saw the RP link you provided, and I replaced the MySQL address in my BaseIT class with 8.0.11 instead of 8.0.23. Is there anything else I couldn't consider? Could you please help me check and correct it Let me clarify the original problem. The version of the JDBC driver is `8.0.23` in BaseIT. Someone reported that something is wrong with `8.0.11`, and we have confirmed this issue. This problem was fixed by [#3294 (files)](https://github.com/apache/gravitino/pull/3294/files). However, in one or two versions, someone has removed the related test that uses `8.0.11`, so we need to add them back. That's what you are doing. If we set the version of the JDBC driver to `8.0.11` and there is an exception in the tests, I believe we need to fix those errors. If you need help, you can try and ping us. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
