Github user gatorsmile commented on the pull request:

    https://github.com/apache/spark/pull/10678#issuecomment-171344340
  
    In the implementation, I think we need to use the extra collection to 
record which child can resolve the missing attributes when handling the binary 
operators. For example, `Join` has two children, we have to know which child 
should add missing Attributes (except left-semi and left-anti) . That means, we 
need to use the solution I did at the beginning. Is that OK to you?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to