Github user pwendell commented on the pull request:

    https://github.com/apache/spark/pull/5942#issuecomment-100269644
  
    This looks cool Matei. I did some basic playing around and found a case 
where it looks like the job level DAG is broken. Not sure if it was added by 
this patch though (ping @andrewor14 as well):
    
    ```
    val df = sqlContext.jsonFile("examples/src/main/resources/people.json")
    df: org.apache.spark.sql.DataFrame = [age: bigint, name: string]
    scala> df.count()
    res0: Long = 3
    ```
    
    ![screen shot 2015-05-08 at 4 16 48 
pm](https://cloud.githubusercontent.com/assets/320616/7539263/bec9d51e-f59d-11e4-99c1-b30f1ce61a98.png)



---
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