You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/01/18 15:29:49 UTC

[flink] branch master updated: [hotfix][docs] Remove reference to non-existent DataStream#mapPartitionWith

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new ba3ffe3  [hotfix][docs] Remove reference to non-existent DataStream#mapPartitionWith
ba3ffe3 is described below

commit ba3ffe373620110d4d83ed18f1bc0aff41e3aea1
Author: Seth Wiesman <sj...@gmail.com>
AuthorDate: Fri Jan 18 09:29:40 2019 -0600

    [hotfix][docs] Remove reference to non-existent DataStream#mapPartitionWith
---
 docs/dev/scala_api_extensions.md | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/docs/dev/scala_api_extensions.md b/docs/dev/scala_api_extensions.md
index 7c1ae67..69939c4 100644
--- a/docs/dev/scala_api_extensions.md
+++ b/docs/dev/scala_api_extensions.md
@@ -235,17 +235,6 @@ data.mapWith {
       </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>
-    <tr>
       <td><strong>flatMapWith</strong></td>
       <td><strong>flatMap (DataStream)</strong></td>
       <td>