dtenedor opened a new pull request, #36398: URL: https://github.com/apache/spark/pull/36398
### What changes were proposed in this pull request? Refactor ResolveDefaultColumns.scala to simplify helper methods: 1. Update methods to return logical plans instead of optional plans. 2. Use a new 'updated' field to indicate whether to return a new plan or the original unmodified one. 3. Update method names to indicate which commands they are related to. ### Why are the changes needed? This simplifies work for future DEFAULT column development. ### Does this PR introduce _any_ user-facing change? No, it's just a refactoring change. ### How was this patch tested? As a refactoring-only change, it is covered with existing test coverage. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
