[hotfix] [docs] Remove misleading sentence from DataSet.union() description.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/996ad4e5
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/996ad4e5
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/996ad4e5

Branch: refs/heads/master
Commit: 996ad4e5b2b2a5b296fd24c9c95ed36db815fb1b
Parents: 853a535
Author: Fabian Hueske <fhue...@apache.org>
Authored: Thu May 19 14:58:15 2016 +0200
Committer: Fabian Hueske <fhue...@apache.org>
Committed: Thu May 19 14:58:15 2016 +0200

----------------------------------------------------------------------
 docs/apis/batch/index.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/996ad4e5/docs/apis/batch/index.md
----------------------------------------------------------------------
diff --git a/docs/apis/batch/index.md b/docs/apis/batch/index.md
index 4c0aea8..2f7013f 100644
--- a/docs/apis/batch/index.md
+++ b/docs/apis/batch/index.md
@@ -354,8 +354,7 @@ DataSet<Tuple2<Integer, String>> result = 
data1.cross(data2);
     <tr>
       <td><strong>Union</strong></td>
       <td>
-        <p>Produces the union of two data sets. This operation happens 
implicitly if more than one
-        data set is used for a specific function input.</p>
+        <p>Produces the union of two data sets.</p>
 {% highlight java %}
 DataSet<String> data1 = // [...]
 DataSet<String> data2 = // [...]

Reply via email to