FrankChen021 commented on PR #20036: URL: https://github.com/apache/druid/pull/20036#issuecomment-5447916159
Code-change explanation for mariadb-java-client 3.5.10 (verified at head f191dfb69a38799d5fec9fc290344a46648d6b66 against upstream master 8c05f05adbe8f7ccf647c135caa948cc083fae8b): - `MySQLConnector` maps the old `Integer.MIN_VALUE` streaming-fetch convention to the non-negative value accepted by MariaDB Connector/J 3.x, and recognizes both the legacy and current packet exception class names. - `ConnectionUriUtils` invokes the MariaDB 3.x parser and filters driver-internal fields while preserving the existing 2.x/MySQL path. - The focused test changes and isolated MariaDB 2.7.3 test-driver fixture verify both driver generations and URI/fetch behavior. Focused verification: 32 Temurin JDK25 MariaDB/URI/MySQL tests passed, offline dependency resolution succeeded, and `git diff --check` passed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
