Return-Path: X-Original-To: apmail-drill-commits-archive@www.apache.org Delivered-To: apmail-drill-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DDAB01968A for ; Wed, 16 Mar 2016 16:12:38 +0000 (UTC) Received: (qmail 82248 invoked by uid 500); 16 Mar 2016 16:12:38 -0000 Delivered-To: apmail-drill-commits-archive@drill.apache.org Received: (qmail 82215 invoked by uid 500); 16 Mar 2016 16:12:38 -0000 Mailing-List: contact commits-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@drill.apache.org Delivered-To: mailing list commits@drill.apache.org Received: (qmail 82205 invoked by uid 99); 16 Mar 2016 16:12:38 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Mar 2016 16:12:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9F80ADFBD5; Wed, 16 Mar 2016 16:12:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bridgetb@apache.org To: commits@drill.apache.org Date: Wed, 16 Mar 2016 16:12:38 -0000 Message-Id: <3b8f322c8ee842b0bc856ca756eaa385@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] drill git commit: edit Repository: drill Updated Branches: refs/heads/gh-pages 1112d23a5 -> a19ca1d47 edit Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/86c7e3ff Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/86c7e3ff Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/86c7e3ff Branch: refs/heads/gh-pages Commit: 86c7e3ff94fe128c2a7f250b1f2e75b1356fe47d Parents: 1112d23 Author: Bridget Bevens Authored: Tue Mar 15 17:27:39 2016 -0700 Committer: Bridget Bevens Committed: Tue Mar 15 17:27:39 2016 -0700 ---------------------------------------------------------------------- .../010-sql-window-functions-introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/86c7e3ff/_docs/sql-reference/sql-window-functions/010-sql-window-functions-introduction.md ---------------------------------------------------------------------- diff --git a/_docs/sql-reference/sql-window-functions/010-sql-window-functions-introduction.md b/_docs/sql-reference/sql-window-functions/010-sql-window-functions-introduction.md index 38d76ea..4101ac5 100644 --- a/_docs/sql-reference/sql-window-functions/010-sql-window-functions-introduction.md +++ b/_docs/sql-reference/sql-window-functions/010-sql-window-functions-introduction.md @@ -1,6 +1,6 @@ --- title: "SQL Window Functions Introduction" -date: 2016-03-16 00:19:15 UTC +date: 2016-03-16 00:27:40 UTC parent: "SQL Window Functions" --- @@ -147,7 +147,7 @@ and *frame_end* is one of the following choices: CURRENT ROW UNBOUNDED FOLLOWING -{% include startnote.html %}The *frame\_end* choice cannot appear earlier than the *frame\_start* choice and defaults to CURRENT ROW if not explicitly included.{% include endnote.html %} +{% include startnote.html %}The `frame_end` choice cannot appear earlier than the `frame_start` choice and defaults to CURRENT ROW if not explicitly included.{% include endnote.html %} ## Arguments