Repository: kudu
Updated Branches:
  refs/heads/master 36b71d2c5 -> 21aa44398


[doc] KUDU-1627 Potentially Missing words in the quick start doc

Asciidoc was considering * as special markup for formatted
text and highlighting text in between.

Added formatting as `{asterisk}` to the markup to read the text as:
If the default projection generated by * does not
meet this requirement, the user should avoid using *
and explicitly

Change-Id: I1ab8f1a143b112ef4c43b1299ef67023cd74f98c
Reviewed-on: http://gerrit.cloudera.org:8080/4480
Reviewed-by: Dan Burkert <d...@cloudera.com>
Tested-by: Dan Burkert <d...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/21aa4439
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/21aa4439
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/21aa4439

Branch: refs/heads/master
Commit: 21aa44398c1ceb0f2c5b464ba3b36b7d85b7165b
Parents: 36b71d2
Author: ninadshr <ni...@cloudera.com>
Authored: Tue Sep 20 13:47:48 2016 -0400
Committer: Dan Burkert <d...@cloudera.com>
Committed: Thu Sep 22 18:01:18 2016 +0000

----------------------------------------------------------------------
 docs/quickstart.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/21aa4439/docs/quickstart.adoc
----------------------------------------------------------------------
diff --git a/docs/quickstart.adoc b/docs/quickstart.adoc
index cc5c328..976d098 100644
--- a/docs/quickstart.adoc
+++ b/docs/quickstart.adoc
@@ -165,8 +165,8 @@ Fetched 1 row(s) in 1.26s
 ====
 For `CREATE TABLE ... AS SELECT` we currently require that the first columns 
that are
 projected in the `SELECT` statement correspond to the Kudu table keys and are 
in the
-same order  (`id` in the example above). If the default projection generated 
by `*`
-does not meet this requirement, the user should avoid using `*` and explicitly 
mention
+same order  (`id` in the example above). If the default projection generated 
by `{asterisk}`
+does not meet this requirement, the user should avoid using `{asterisk}` and 
explicitly mention
 the columns to project, in the correct order.
 ====
 +

Reply via email to