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

[MINOR] Use putAll to populate Properties #48993

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

tedyu
Copy link
Contributor

@tedyu tedyu commented Nov 27, 2024

What changes were proposed in this pull request?

This PR uses the putAll method of Properties class in place of put.

Why are the changes needed?

In Scala 2.13, scala/bug#10418 has been fixed.
So we can avoid the workaround.

Does this PR introduce any user-facing change?

No

How was this patch tested?

There is no change in functionality.
Existing tests suffice.

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

No

@github-actions github-actions bot added the SQL label Nov 27, 2024
@tedyu
Copy link
Contributor Author

tedyu commented Nov 27, 2024

cc @dongjoon-hyun

@tedyu tedyu changed the title Use putAll to populate Properties [Minor] Use putAll to populate Properties Nov 27, 2024
@HyukjinKwon HyukjinKwon changed the title [Minor] Use putAll to populate Properties [MINOR] Use putAll to populate Properties Nov 28, 2024
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.

1 participant