[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 <[email protected]>
Tested-by: Dan Burkert <[email protected]>
(cherry picked from commit 21aa44398c1ceb0f2c5b464ba3b36b7d85b7165b)
Reviewed-on: http://gerrit.cloudera.org:8080/4659
Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/427cf770
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/427cf770
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/427cf770
Branch: refs/heads/branch-1.0.x
Commit: 427cf77087d6f1a2d96de73dad39cbdf2c7dfc6b
Parents: 2869ac5
Author: ninadshr <[email protected]>
Authored: Tue Sep 20 13:47:48 2016 -0400
Committer: Dan Burkert <[email protected]>
Committed: Fri Oct 7 18:05:09 2016 +0000
----------------------------------------------------------------------
docs/quickstart.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/kudu/blob/427cf770/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.
====
+