Github user gatorsmile commented on the pull request:
https://github.com/apache/spark/pull/11198#issuecomment-184444684
@davies Besides the issue we discussed above, the latest commit also
resolves another issue. So far, if we could issue an error message like
```Can't add $missingAttrs to $other``` when we are unable to resolve the
missing sort-by columns. However, this is misleading. Users might not be able
to understand how to correct the issue. Thus, after the fix, now, we can get a
better message like ```cannot resolve 'b' in given input columns [a, c, a3]
```.
---
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]