Skip to content
Snippets Groups Projects
Commit ad5f1f3c authored by Jacky Li's avatar Jacky Li Committed by Michael Armbrust
Browse files

[SQL] fix function description mistake

Sample code in the description of SchemaRDD.where is not correct

Author: Jacky Li <jacky.likun@gmail.com>

Closes #3344 from jackylk/patch-6 and squashes the following commits:

62cd126 [Jacky Li] [SQL] fix function description mistake
parent 6aa0fc9f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment