Github user marmbrus commented on the pull request:
https://github.com/apache/spark/pull/5247#issuecomment-101842061
This implementation is still making changes to the query plan in
`DataFrame` that aren't reflected in the `queryExecution`. This is something I
want to avoid. Also, it seems to me that this issue is pretty much already
fixed as most things inherit from RunnableCommand, which should never run a
Spark job. So I'd rather not add hacks in the wrong places that are doing
things like double conversion into catalyst format (which I think the current
implementation does).
---
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]