Merged
Conversation
Member
|
This is an automated comment for commit 92faf4a with description of existing statuses. It's updated for the latest CI running
|
2bc78b4 to
ec74cbe
Compare
d48058d to
480db86
Compare
|
|
||
| // In case of cross-replication we don't know what database is used for the table. | ||
| // Each shard will use the default database (in the case of cross-replication shards may have different defaults). | ||
| auto result_ast = query_node_typed.toAST({ .qualify_indentifiers_with_database = false }); |
Member
There was a problem hiding this comment.
Maybe we need an additional check if cross-replication is really the case for a query?
KochetovNicolai
approved these changes
Jun 7, 2023
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.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Support cross-replication in distributed queries using the new infrastructure.