Repository: flink Updated Branches: refs/heads/master fb37d51f3 -> 59e55cab3
[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/59e55cab Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/59e55cab Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/59e55cab Branch: refs/heads/master Commit: 59e55cab3b6e861b6c6a20c93ec4a4ca8c54c265 Parents: 9a5e0c8 Author: snuyanzin <[email protected]> Authored: Tue Jul 3 16:53:22 2018 +0300 Committer: zentol <[email protected]> Committed: Wed Jul 4 17:12:57 2018 +0200 ---------------------------------------------------------------------- docs/dev/table/sql.md | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/59e55cab/docs/dev/table/sql.md ---------------------------------------------------------------------- diff --git a/docs/dev/table/sql.md b/docs/dev/table/sql.md index 7279f40..eb58e75 100644 --- a/docs/dev/table/sql.md +++ b/docs/dev/table/sql.md @@ -2748,9 +2748,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>
