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

[SPARK-51655][SQL] Fix metric collection in UnionLoopExec and add test #50449

Conversation

Pajaraja
Copy link
Contributor

What changes were proposed in this pull request?

Fix metrics collection method for Recursive CTEs. Also, add new metric which tracks the number of rows that the anchor returns.

Why are the changes needed?

Current way of collecting metrics for recursive CTEs is incorrect.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

New test in SQLMetricsSuite.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the SQL label Mar 28, 2025
@cloud-fan
Copy link
Contributor

thanks, merging to master!

@cloud-fan cloud-fan closed this in 8839984 Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants