Github user marmbrus commented on the pull request:

    https://github.com/apache/spark/pull/5247#issuecomment-102245423
  
    If we can do that in the query planner that sounds reasonable to me.  It
    would also be nice to add Command to all commands so we can just match on
    that and call executedPlan to force the lazy val calculation for all all of
    them with out special cases here.
    On May 14, 2015 8:41 PM, "Fei Wang" <notificati...@github.com> wrote:
    
    > sql("show tables").take(1) still start a spark job on the master branch.
    > after thinking this more, i think we can convert runnablecommand to
    > LocalRelation and also we do not need executecommand
    >
    > —
    > Reply to this email directly or view it on GitHub
    > <https://github.com/apache/spark/pull/5247#issuecomment-102244763>.
    >



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to