HyukjinKwon opened a new pull request #30682: URL: https://github.com/apache/spark/pull/30682
### What changes were proposed in this pull request? This PR is a followup of https://github.com/apache/spark/pull/30488. Basically this PR proposes to pull `deniedMetadataKeys` in `Alias` instances out as non-inheritable metadata keys in `Alias` object. In this way, we don't have to worry about how `Alias` is created. ### Why are the changes needed? To make it easier to maintain. ### Does this PR introduce _any_ user-facing change? No. This is rather a code cleanup. ### How was this patch tested? Ran the unittests written in the previous PR manually. Jenkins and GitHub Actions in this PR should also test them. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
