Harden YDB Trino connector for production readiness - #246
Open
KirillKurdyukov wants to merge 10 commits into
Open
Harden YDB Trino connector for production readiness#246KirillKurdyukov wants to merge 10 commits into
KirillKurdyukov wants to merge 10 commits into
Conversation
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.
Summary
defaultnamespace semantics with safe nested YDB paths and verified cross-catalog federationDate32/Datetime64/Timestamp64support usingforceSignedDatetimes=trueThe final review also aligned
Timestamp64predicate pushdown with the pinned JDBC 2.3.18 upper boundary and made MERGE buffer-limit failures release retained pages and terminate the sink before any remote mutation.Validation
JAVA_HOME=$(/usr/libexec/java_home -v 25) DOCKER_HOST=unix://${HOME}/.colima/default/docker.sock TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock mvn --batch-mode --update-snapshots -f ydb-trino-adapter/pom.xml clean testJAVA_HOME=$(/usr/libexec/java_home -v 25) mvn --batch-mode -f ydb-trino-adapter/pom.xml -DskipTests packageYdbPlugin, andYdbConfigverifiedCompatibility and limitations
defaultis the only virtual schemaTRUNCATE, dynamic database switching, cross-catalog snapshot/distributed commit, or replay after an ambiguous MERGE commitDEFAULT NULL,SET/DROP DEFAULT, and MERGE-default casesRelated: trinodb/trino#28110