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

Show physical plan with metrics in benchmark #662

Merged
merged 1 commit into from
Jul 4, 2021

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

Closes #396 .

Rationale for this change

Metrics are really useful when performance tuning and debugging issues.

What changes are included in this PR?

Benchmark shows the physical plan with metrics when --debug parameter is used.

Are there any user-facing changes?

Benchmark output improved.

@github-actions github-actions bot added the datafusion Changes in the datafusion crate label Jul 3, 2021
@andygrove andygrove requested a review from alamb July 3, 2021 20:27
@Dandandan Dandandan merged commit a5b3a81 into apache:master Jul 4, 2021
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataFusion benchmarks should show executed plan with metrics after query completes
4 participants