Repository: flink Updated Branches: refs/heads/release-1.5 92930f1e7 -> f857156ce
[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/f857156c Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/f857156c Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/f857156c Branch: refs/heads/release-1.5 Commit: f857156ce7c5709be63cda0721968b1a9fe3f4bb Parents: 51f47dd Author: snuyanzin <[email protected]> Authored: Tue Jul 3 16:53:22 2018 +0300 Committer: zentol <[email protected]> Committed: Wed Jul 4 17:16:21 2018 +0200 ---------------------------------------------------------------------- docs/dev/table/sql.md | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/f857156c/docs/dev/table/sql.md ---------------------------------------------------------------------- diff --git a/docs/dev/table/sql.md b/docs/dev/table/sql.md index 3b2fc14..4c09393 100644 --- a/docs/dev/table/sql.md +++ b/docs/dev/table/sql.md @@ -2577,9 +2577,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>
