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-45242][SQL][FOLLOWUP] Canonicalize DataFrame ID in CollectMetrics #43594

Closed

Conversation

amaliujia
Copy link
Contributor

@amaliujia amaliujia commented Oct 31, 2023

What changes were proposed in this pull request?

In #43010, a new DataFrameId field is added to CollectMetrics. We should also canonicalize the new DataFrame id field to avoid downstream plan comparison failures.

Why are the changes needed?

avoid downstream plan comparison failures.

Does this PR introduce any user-facing change?

No

How was this patch tested?

UT

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

NO

@amaliujia
Copy link
Contributor Author

@cloud-fan

@github-actions github-actions bot added the SQL label Oct 31, 2023
@amaliujia amaliujia closed this Oct 31, 2023
@amaliujia amaliujia reopened this Oct 31, 2023
Copy link
Contributor

@jose-torres jose-torres left a comment

Choose a reason for hiding this comment

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

lgtm

@amaliujia amaliujia force-pushed the do_not_canonicalize_dataframe_id branch from 48cf01a to 521805b Compare October 31, 2023 04:41
@amaliujia amaliujia changed the title [SPARK-45242][SQL][FOLLOWUP] Do not canonicalize DataFrame ID in CollectMetrics [SPARK-45242][SQL][FOLLOWUP] Canonicalize DataFrame ID in CollectMetrics Oct 31, 2023
Copy link
Contributor

@beliefer beliefer left a comment

Choose a reason for hiding this comment

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

LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants