Skip to content

Commit

Permalink
[hotfix][docs] Remove reference to non-existent DataStream#mapPartiti…
Browse files Browse the repository at this point in the history
…onWith
  • Loading branch information
sjwiesman authored and zentol committed Jan 18, 2019
1 parent 3cf593c commit ba3ffe3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/dev/scala_api_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,17 +231,6 @@ data1.coGroup(data2).
data.mapWith {
case (_, value) => value.toString
}
{% endhighlight %}
</td>
</tr>
<tr>
<td><strong>mapPartitionWith</strong></td>
<td><strong>mapPartition (DataStream)</strong></td>
<td>
{% highlight scala %}
data.mapPartitionWith {
case head #:: _ => head
}
{% endhighlight %}
</td>
</tr>
Expand Down

0 comments on commit ba3ffe3

Please sign in to comment.