Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/6977#issuecomment-114796920
[Test build #35658 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35658/console)
for PR 6977 at commit
[`46efbd7`](https://github.
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/6977#issuecomment-114797011
Merged build finished. Test PASSed.
---
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
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/6977#issuecomment-114758699
[Test build #35658 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35658/consoleFull)
for PR 6977 at commit
[`46efbd7`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/6977#issuecomment-114758236
Merged build started.
---
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
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/6977#issuecomment-114758193
Merged build triggered.
---
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 h
GitHub user sarutak opened a pull request:
https://github.com/apache/spark/pull/6977
[SQL][DOCS] Removed wrong example
In DataFrame.scala, there are examples like as follows.
```
* // The following are equivalent:
* peopleDf.filter($"age" > 15)
* peopleDf.wher