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 <snuyan...@gmail.com>
Authored: Wed Jun 13 20:30:26 2018 +0300
Committer: Fabian Hueske <fhue...@apache.org>
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)
     <tr>
       <td>
           {% highlight text %}
-          COLLECT(value)
-          {% endhighlight %}
+COLLECT(value)
+{% endhighlight %}
       </td>
       <td>
           <p>Returns a multiset of the <i>value</i>s. null input <i>value</i> 
will be ignored. Return an empty multiset if only null values are added. </p>

Reply via email to