Skip to content

Commit

Permalink
[SQL] [DOCS] updated the documentation for explode
Browse files Browse the repository at this point in the history
the syntax was incorrect in the example in explode

Author: lockwobr <lockwobr@gmail.com>

Closes apache#6943 from lockwobr/master and squashes the following commits:

3d864d1 [lockwobr] updated the documentation for explode
  • Loading branch information
lockwobr authored and sarutak committed Jun 23, 2015
1 parent 0f92be5 commit 4f7fbef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ class DataFrame private[sql](
* columns of the input row are implicitly joined with each value that is output by the function.
*
* {{{
* df.explode("words", "word")(words: String => words.split(" "))
* df.explode("words", "word"){words: String => words.split(" ")}
* }}}
* @group dfops
* @since 1.3.0
Expand Down

0 comments on commit 4f7fbef

Please sign in to comment.