Skip to content

[SPARK-36911][SQL] - Add SQLMetric for AQE Overhead#34170

Closed
ChenMichael wants to merge 1 commit intoapache:masterfrom
ChenMichael:SPARK-36911-add-aqe-overhead-to-sql-metrics-and-logs
Closed

[SPARK-36911][SQL] - Add SQLMetric for AQE Overhead#34170
ChenMichael wants to merge 1 commit intoapache:masterfrom
ChenMichael:SPARK-36911-add-aqe-overhead-to-sql-metrics-and-logs

Conversation

@ChenMichael
Copy link

…reOptimization, and generating explainString in AQE and then add it to metrics + log times.

What changes were proposed in this pull request?

Add metrics for durations of "reOptimize", "generate explainString" and "createQueryStages" to AdaptiveSparkPlanExec metrics to make it easier to see overhead of AQE for a query.

Why are the changes needed?

The changes make it easier to get a sense of the overhead of AQE on a given query.

Does this PR introduce any user-facing change?

New SQLMetrics are added

How was this patch tested?

Added tests

…reOptimization, and generating explainString in AQE and then add it to metrics + log times.
@github-actions github-actions bot added the SQL label Oct 4, 2021
@ChenMichael ChenMichael changed the title [SPARK-36911] - Track amount of time spent in creating query stages, … [SPARK-36911][SQL] - Add SQLMetric for AQE Overhead Oct 4, 2021
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@github-actions
Copy link

We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
If you'd like to revive this PR, please reopen it and ask a committer to remove the Stale tag!

@github-actions github-actions bot added the Stale label Jan 13, 2022
@github-actions github-actions bot closed this Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants