[cross-schema] Add YAML integration tests and documentation for cross-schema joins - #4447
Draft
arnaud-lacurie wants to merge 2 commits into
Draft
Conversation
2 tasks
arnaud-lacurie
force-pushed
the
apple/arnaud-lacurie/cross-schema/pr6
branch
from
August 14, 2026 16:48
572bbf0 to
6729420
Compare
cross-schema-join.yamsql tests basic joins, WHERE pushdown, standalone secondary-schema queries, three-schema joins, and same-named table type-collision avoidance across five schemas in a single database. YamlIntegrationTests wires in the new yamsql file. Joins.rst documents the schema_name.table_name qualifier syntax, the same-database constraint, and multi-schema join examples.
arnaud-lacurie
force-pushed
the
apple/arnaud-lacurie/cross-schema/pr6
branch
from
August 14, 2026 18:50
6729420 to
4fb388e
Compare
table-as-column-tests.yamsql was deleted upstream in ca9cdd6 ("Address Hazem's review comments on PR #4195"), which consolidated its tests into select-a-star.yamsql. This branch had picked up the now-stale registration via an old merge-forward sync with main, and my conflict resolution kept it without noticing the backing file no longer exists.
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
cross-schema-join.yamsql: end-to-end YAML tests covering basic inner join (withSTORE_BINDexplain check), WHERE pushdown, standalone secondary-schema query, three-schema join, and same-named-table type-collision avoidance across five schemas in one database; gated on!current_versionYamlIntegrationTests: wires in the new yamsql filedocs/sphinx/source/reference/Joins.rst: documents theschema_name.table_namequalifier syntax, same-database constraint, standalone secondary queries, and multi-schema join examplesTest plan
YamlIntegrationTests#crossSchemaJoinTests— all 7 test cases green