spark-instrumented-optimizer/sql/core
Kousuke Saruta da51cf58fc [SQL][DOCS] Remove wrong example from DataFrame.scala
In DataFrame.scala, there are examples like as follows.

```
 * // The following are equivalent:
 * peopleDf.filter($"age" > 15)
 * peopleDf.where($"age" > 15)
 * peopleDf($"age" > 15)
```

But, I think the last example doesn't work.

Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp>

Closes #6977 from sarutak/fix-dataframe-example and squashes the following commits:

46efbd7 [Kousuke Saruta] Removed wrong example

(cherry picked from commit 94e040d059)
Signed-off-by: Reynold Xin <rxin@databricks.com>
2015-06-29 12:16:44 -07:00
..
src [SQL][DOCS] Remove wrong example from DataFrame.scala 2015-06-29 12:16:44 -07:00
pom.xml Preparing development version 1.4.2-SNAPSHOT 2015-06-23 19:48:44 -07:00