From commits-return-2979-archive-asf-public=cust-asf.ponee.io@impala.apache.org Thu Jan 18 22:58:00 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id A57EA180654 for ; Thu, 18 Jan 2018 22:58:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 953E3160C2B; Thu, 18 Jan 2018 21:58:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DB5E0160C48 for ; Thu, 18 Jan 2018 22:57:59 +0100 (CET) Received: (qmail 87078 invoked by uid 500); 18 Jan 2018 21:57:59 -0000 Mailing-List: contact commits-help@impala.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.apache.org Delivered-To: mailing list commits@impala.apache.org Received: (qmail 87062 invoked by uid 99); 18 Jan 2018 21:57:59 -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; Thu, 18 Jan 2018 21:57:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EEE0BE944D; Thu, 18 Jan 2018 21:57:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jrussell@apache.org To: commits@impala.apache.org Date: Thu, 18 Jan 2018 21:57:59 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] impala git commit: [DOCS] Minor editorial change [DOCS] Minor editorial change Turn "royal we" into imperative statement. Change-Id: Ib78e851761796a1751e6adaaffa049b1fbb58b88 Reviewed-on: http://gerrit.cloudera.org:8080/9064 Reviewed-by: Alex Rodoni Reviewed-by: John Russell Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/ca7d03cf Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/ca7d03cf Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/ca7d03cf Branch: refs/heads/master Commit: ca7d03cfe94bd4961587b918ba6ef6bdb91bb2a6 Parents: f5d73f5 Author: John Russell Authored: Thu Jan 18 13:18:52 2018 -0800 Committer: Impala Public Jenkins Committed: Thu Jan 18 21:53:40 2018 +0000 ---------------------------------------------------------------------- docs/topics/impala_union.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/impala/blob/ca7d03cf/docs/topics/impala_union.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_union.xml b/docs/topics/impala_union.xml index 2fbba3e..8fd5fd0 100644 --- a/docs/topics/impala_union.xml +++ b/docs/topics/impala_union.xml @@ -67,7 +67,7 @@ all results from both queries, even if there are duplicates.

- First, we set up some sample data, including duplicate 1 values. + First, set up some sample data, including duplicate 1 values:

[localhost:21000] > create table few_ints (x int);