flink git commit: [FLINK-9581] [docs] Remove white spaces to align COLLECT code example.

2018-07-05 Thread fhueske
Repository: flink
Updated Branches:
  refs/heads/release-1.4 7cf407488 -> cb4a8fa13


[FLINK-9581] [docs] Remove white spaces to align COLLECT code example.

This closes #6161


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

Branch: refs/heads/release-1.4
Commit: cb4a8fa136495ec657c875e267db435fa16f479f
Parents: 7cf4074
Author: snuyanzin 
Authored: Wed Jun 13 20:30:26 2018 +0300
Committer: Fabian Hueske 
Committed: Thu Jul 5 21:50:48 2018 +0200

--
 docs/dev/table/sql.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flink/blob/cb4a8fa1/docs/dev/table/sql.md
--
diff --git a/docs/dev/table/sql.md b/docs/dev/table/sql.md
index 77fbcb3..1814bc7 100644
--- a/docs/dev/table/sql.md
+++ b/docs/dev/table/sql.md
@@ -2190,8 +2190,8 @@ VAR_SAMP(value)
 
   
   {% highlight text %}
-  COLLECT(value)
-  {% endhighlight %}
+COLLECT(value)
+{% endhighlight %}
   
   
   Returns a multiset of the values. null input value 
will be ignored. Return an empty multiset if only null values are added. 



flink git commit: [FLINK-9581] [docs] Remove white spaces to align COLLECT code example.

2018-07-05 Thread fhueske
Repository: flink
Updated Branches:
  refs/heads/release-1.5 b9004bae2 -> f7997af43


[FLINK-9581] [docs] Remove white spaces to align COLLECT code example.

This closes #6161


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

Branch: refs/heads/release-1.5
Commit: f7997af4368a7b5f424ea8495849647697e1ed28
Parents: b9004ba
Author: snuyanzin 
Authored: Wed Jun 13 20:30:26 2018 +0300
Committer: Fabian Hueske 
Committed: Thu Jul 5 21:50:03 2018 +0200

--
 docs/dev/table/sql.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flink/blob/f7997af4/docs/dev/table/sql.md
--
diff --git a/docs/dev/table/sql.md b/docs/dev/table/sql.md
index a57142c..5bb3183 100644
--- a/docs/dev/table/sql.md
+++ b/docs/dev/table/sql.md
@@ -2201,8 +2201,8 @@ VAR_SAMP(value)
 
   
   {% highlight text %}
-  COLLECT(value)
-  {% endhighlight %}
+COLLECT(value)
+{% endhighlight %}
   
   
   Returns a multiset of the values. null input value 
will be ignored. Return an empty multiset if only null values are added. 



[2/4] flink git commit: [FLINK-9581] [docs] Remove white spaces to align COLLECT code example.

2018-07-05 Thread fhueske
[FLINK-9581] [docs] Remove white spaces to align COLLECT code example.

This closes #6161


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

Branch: refs/heads/master
Commit: 84fbbfe1258c6c9c9aed919946f9652f7198f96b
Parents: cfd0206
Author: snuyanzin 
Authored: Wed Jun 13 20:30:26 2018 +0300
Committer: Fabian Hueske 
Committed: Thu Jul 5 21:48:21 2018 +0200

--
 docs/dev/table/sql.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flink/blob/84fbbfe1/docs/dev/table/sql.md
--
diff --git a/docs/dev/table/sql.md b/docs/dev/table/sql.md
index 1eff326..57e0ba5 100644
--- a/docs/dev/table/sql.md
+++ b/docs/dev/table/sql.md
@@ -2327,8 +2327,8 @@ VAR_SAMP(value)
 
   
   {% highlight text %}
-  COLLECT(value)
-  {% endhighlight %}
+COLLECT(value)
+{% endhighlight %}
   
   
   Returns a multiset of the values. null input value 
will be ignored. Return an empty multiset if only null values are added.