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-45510][SQL] Replace scala.collection.generic.Growable to scala.collection.mutable.Growable #43347

Closed

Conversation

Hisoka-X
Copy link
Member

What changes were proposed in this pull request?

Since scala 2.13.0, scala.collection.generic.Growable marked as deprecated. This PR change it to scala.collection.mutable.Growable

Why are the changes needed?

Remove deprecated api.

Does this PR introduce any user-facing change?

No

How was this patch tested?

exist test.

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

No

@github-actions github-actions bot added the SQL label Oct 12, 2023
@LuciferYang
Copy link
Contributor

Is this the only case?

@Hisoka-X
Copy link
Member Author

Is this the only case?

After search in global, yes.
image

@LuciferYang
Copy link
Contributor

Merged into master for Spark 4.0, thanks @Hisoka-X

@Hisoka-X
Copy link
Member Author

Thanks @LuciferYang

@Hisoka-X Hisoka-X deleted the SPARK-45510-replace-growable branch October 13, 2023 11:46
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