You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fh...@apache.org on 2018/07/05 19:49:37 UTC

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

[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 <sn...@gmail.com>
Authored: Wed Jun 13 20:30:26 2018 +0300
Committer: Fabian Hueske <fh...@apache.org>
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)
     <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>