You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jr...@apache.org on 2018/01/19 21:41:31 UTC

[2/8] 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 <ar...@cloudera.com>
Reviewed-by: John Russell <jr...@cloudera.com>
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/2.x
Commit: ca7d03cfe94bd4961587b918ba6ef6bdb91bb2a6
Parents: f5d73f5
Author: John Russell <jr...@cloudera.com>
Authored: Thu Jan 18 13:18:52 2018 -0800
Committer: Impala Public Jenkins <im...@gerrit.cloudera.org>
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.
     <p conref="../shared/impala_common.xml#common/example_blurb"/>
 
     <p>
-      First, we set up some sample data, including duplicate <codeph>1</codeph> values.
+      First, set up some sample data, including duplicate <codeph>1</codeph> values:
     </p>
 
 <codeblock rev="obwl">[localhost:21000] &gt; create table few_ints (x int);