First commit to YDB Trino Adapter.#233
Merged
KirillKurdyukov merged 10 commits intoJul 23, 2026
Merged
Conversation
Also add a Maven CI workflow for the Trino adapter. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Hide the synthetic PK consistently, enable non-transactional inserts to avoid unsupported CTAS, throw expected NOT_SUPPORTED messages for unsupported DDL, and expand hasBehavior flags in connector/smoke tests. Co-authored-by: Cursor <cursoragent@cursor.com>
Map YDB Bytes/String/Text columns to writable VARCHAR, write text as Text, disable TopN pushdown claims, and override leftover unsupported connector/smoke tests. Co-authored-by: Cursor <cursoragent@cursor.com>
Force unbounded VARCHAR for Text/Bytes metadata, keep TopN pushdown enabled, and disable limit pushdown claims that are not implemented. Co-authored-by: Cursor <cursoragent@cursor.com>
Implement JDBC limitFunction so LIMIT is pushed into table scans and TopN-over-LIMIT plans can fully push down. Co-authored-by: Cursor <cursoragent@cursor.com>
TopN on varchar columns is pushed down even though varchar inequality predicate pushdown is not. Co-authored-by: Cursor <cursoragent@cursor.com>
YDB JDBC binds String parameters as Text/Utf8, so string filters can be pushed down safely via prepared statements. Co-authored-by: Cursor <cursoragent@cursor.com>
Document skipped BaseConnectorTest areas and a phased plan to unlock DDL/DML that YQL already supports. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
No description provided.