dtenedor commented on PR #36212: URL: https://github.com/apache/spark/pull/36212#issuecomment-1120279476
@morvenhuang I'm moving `ResolveDefaultColumns` before `ResolveRelations` in a future pending PR: https://github.com/apache/spark/pull/36445. That change is needed to avoid throwing exceptions when processing MERGE commands before the current position of `ResolveDefaultColumns` in the main resolution rule batch. If it's convenient, I can just make the update from `r.schema.fields` to `r.desc.schema.fields` in the same PR, that way it's less work for everyone. -- 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]
