Skip to content
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

[BLAZE-803] Support statistics of ExecutionPlan for LimitExec #804

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

SteNicholas
Copy link
Contributor

@SteNicholas SteNicholas commented Jan 30, 2025

Which issue does this PR close?

Closes #803.

Rationale for this change

statistics of ExecutionPlan for LimitExec is unimplemented at present, which could be supported via Statistics::with_fetch.

What changes are included in this PR?

Support statistics of ExecutionPlan for LimitExec.

Are there any user-facing changes?

No.

@SteNicholas SteNicholas changed the title [BLAZE-803] Support statistics of LimitExec [BLAZE-803] Support statistics of ExecutionPlan for LimitExec Jan 30, 2025
@richox
Copy link
Collaborator

richox commented Feb 5, 2025

ExecutionPlan::statistics is not used at this moment. anyway we can merge this code since it might be used in the future.

@richox richox merged commit 22dbdf9 into kwai:master Feb 6, 2025
618 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support statistics of ExecutionPlan for LimitExec
2 participants