Skip to content

Commit

Permalink
[SQL] fix function description mistake
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Jacky Li authored and marmbrus committed Nov 20, 2014
1 parent 6aa0fc9 commit ad5f1f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ class SchemaRDD(
* Filters tuples using a function over the value of the specified column.
*
* {{{
* schemaRDD.sfilter('a)((a: Int) => ...)
* schemaRDD.where('a)((a: Int) => ...)
* }}}
*
* @group Query
Expand Down

0 comments on commit ad5f1f3

Please sign in to comment.