Skip to content

Parallel final #10463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 18, 2020
Merged

Parallel final #10463

merged 11 commits into from
May 18, 2020

Conversation

KochetovNicolai
Copy link
Member

@KochetovNicolai KochetovNicolai commented Apr 23, 2020

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Selects with final are executed in parallel. Added setting max_final_threads to limit the number of threads used.

@blinkov blinkov added doc-alert pr-feature Pull request with new product feature labels Apr 23, 2020
@KochetovNicolai KochetovNicolai marked this pull request as ready for review April 29, 2020 19:27
@KochetovNicolai KochetovNicolai marked this pull request as draft April 29, 2020 19:28
@KochetovNicolai KochetovNicolai marked this pull request as ready for review April 30, 2020 09:52
KochetovNicolai and others added 4 commits April 30, 2020 14:33

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@alexey-milovidov alexey-milovidov self-assigned this May 11, 2020
throw Exception("Method transform is not implemented for " + getName(), ErrorCodes::NOT_IMPLEMENTED);
}

virtual void transform(Chunk & input_chunk, Chunk & output_chunk)
Copy link
Member

Choose a reason for hiding this comment

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

const input chunk?

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
{
public:
AddingSelectorTransform(const Block & header, size_t num_outputs_, ColumnNumbers key_columns_);
String getName() const override { return "SplittingByHash"; }
Copy link
Member

Choose a reason for hiding this comment

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

Wrong name.

@alexey-milovidov alexey-milovidov added the st-waiting-for-fix We are waiting for fixes in this issue or pull request label May 17, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature Pull request with new product feature st-waiting-for-fix We are waiting for fixes in this issue or pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants