Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented May 14, 2025

What changes were proposed in this pull request?

This PR aims to upgrade pmd from 6.55.0 to 7.13.0.

Why are the changes needed?

We had better upgrade to prevent the future regressions because there are many improvements in PMD 7.x.

Does this PR introduce any user-facing change?

No behavior change.

How was this patch tested?

Pass the CIs.

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

No.

@github-actions github-actions bot added the BUILD label May 14, 2025
for (String element : elements) {
stringBuilder.append(element);
stringBuilder.append(ROW_SEPARATOR);
stringBuilder.append(element).append(ROW_SEPARATOR);
Copy link
Member Author

Choose a reason for hiding this comment

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

This is fixed because there is only one instance.

@dongjoon-hyun
Copy link
Member Author

Thank you, @viirya . Merged to main.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-52137 branch May 14, 2025 18:27
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