Skip to content

Some fixes for parallel replicas#48433

Merged
robot-ch-test-poll3 merged 1 commit intomasterfrom
some-fixes-for-parallel-replicas
Apr 6, 2023
Merged

Some fixes for parallel replicas#48433
robot-ch-test-poll3 merged 1 commit intomasterfrom
some-fixes-for-parallel-replicas

Conversation

@nikitamikhaylov
Copy link
Copy Markdown
Member

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in an official stable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Comment on lines +466 to +470
bool is_query_with_final = false;
if (query_info.table_expression_modifiers)
is_query_with_final = query_info.table_expression_modifiers->hasFinal();
else if (query_info.query)
is_query_with_final = query_info.query->as<ASTSelectQuery &>().final();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ReadFromMergeTree::isFinal(const SelectQueryInfo & query_info)?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copied from there, yes 😜

@robot-ch-test-poll3 robot-ch-test-poll3 merged commit 3ad0a6a into master Apr 6, 2023
@robot-ch-test-poll3 robot-ch-test-poll3 deleted the some-fixes-for-parallel-replicas branch April 6, 2023 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants