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 2018/07/04 09:46:06 UTC

flink git commit: [FLINK-9729][docs][sql] Remove duplicate row for %W

Repository: flink
Updated Branches:
  refs/heads/release-1.4 db14fe13e -> 7cf407488


[FLINK-9729][docs][sql] Remove duplicate row for %W

This closes #6246.


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

Branch: refs/heads/release-1.4
Commit: 7cf407488af6f33d079a8e87ce3c0480991d25c5
Parents: db14fe1
Author: snuyanzin <sn...@gmail.com>
Authored: Tue Jul 3 16:53:22 2018 +0300
Committer: zentol <ch...@apache.org>
Committed: Wed Jul 4 11:45:54 2018 +0200

----------------------------------------------------------------------
 docs/dev/table/sql.md | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/7cf40748/docs/dev/table/sql.md
----------------------------------------------------------------------
diff --git a/docs/dev/table/sql.md b/docs/dev/table/sql.md
index 5c9121b..77fbcb3 100644
--- a/docs/dev/table/sql.md
+++ b/docs/dev/table/sql.md
@@ -2442,9 +2442,6 @@ A, ABS, ABSOLUTE, ACTION, ADA, ADD, ADMIN, AFTER, ALL, ALLOCATE, ALLOW, ALTER, A
   <tr><td>{% highlight text %}%W{% endhighlight %}</td>
   <td>Weekday name (<code>Sunday</code> .. <code>Saturday</code>)</td>
   </tr>
-  <tr><td>{% highlight text %}%W{% endhighlight %}</td>
-  <td>Weekday name (<code>Sunday</code> .. <code>Saturday</code>)</td>
-  </tr>
   <tr><td>{% highlight text %}%w{% endhighlight %}</td>
   <td>Day of the week (<code>0</code> .. <code>6</code>), where Sunday is the first day of the week</td>
   </tr>