lsyulong commented on PR #5431: URL: https://github.com/apache/gravitino/pull/5431#issuecomment-2461242231
> >  @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 an d correct it > > Let me clarify the original problem. > > The version of the JDBC driver is `8.0.23` in BaseIT originally. Someone reported that something is wrong when using `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. @yuqi1129 OK, my understanding is to add back the missing content from the CatalogDoris Driver IT and CatalogMysql Driver IT classes. The rest of the code structure and logic have changed. Do we still need to add this part?  -- 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]
