Update Trino adapter to YDB JDBC 2.4.1 - #260
Merged
Merged
Conversation
KirillKurdyukov
marked this pull request as ready for review
September 11, 2026 11:24
Collaborator
Author
|
@KirillKurdyukov, сначала посмотри этот PR — ревью 1/1 среди готовых. Обновление JDBC 2.3.18 → 2.4.1 отдельным изменением: только pom.xml, +1/−1. Независимая проверка исходников пройдена. Полный CI на JDK 25: 307 тестов, 222 passed, 85 skipped, 0 failures, 0 errors. Локально compile/test-compile прошли; интеграционные проверки подтверждены CI, поскольку локальный Docker API не отвечал. Этот PR не зависит от других незамерженных PR. MERGE без повторов со стороны коннектора и поддержка дат последуют после принятия новой версии JDBC и проверки на ней. Сейчас других готовых PR в этой очереди нет. Автоматического merge не будет. |
This was referenced Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the Trino adapter's shaded YDB JDBC driver from 2.3.18 to 2.4.1, the latest stable release published on GitHub and Maven Central. The driver bundles YDB SDK 2.4.10. The existing connection-cache override and test helper version remain in place.
The diff changes one dependency property: 1 addition and 1 deletion.
Validation:
f0d1a51bbec2b4e5d2973e2d549fc907078f6472.6fb112f65c82b728ec1ea141df713ca029bf2253. Local integration tests were not started because the Docker API timed out; runtime validation comes from the full CI run above.