Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINOR] Use putAll to populate Properties
### 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 Closes #48993 from tedyu/put-all. Authored-by: Zhihong Yu <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
- Loading branch information