Skip to content

Commit 69e2804

Browse files
Jacky Limarmbrus
Jacky Li
authored andcommitted
[SQL] fix function description mistake
Sample code in the description of SchemaRDD.where is not correct Author: Jacky Li <jacky.likun@gmail.com> Closes apache#3344 from jackylk/patch-6 and squashes the following commits: 62cd126 [Jacky Li] [SQL] fix function description mistake (cherry picked from commit ad5f1f3) Signed-off-by: Michael Armbrust <michael@databricks.com>
1 parent 29e8d50 commit 69e2804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/SchemaRDD.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ class SchemaRDD(
307307
* Filters tuples using a function over the value of the specified column.
308308
*
309309
* {{{
310-
* schemaRDD.sfilter('a)((a: Int) => ...)
310+
* schemaRDD.where('a)((a: Int) => ...)
311311
* }}}
312312
*
313313
* @group Query

0 commit comments

Comments
 (0)