You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2017/01/09 22:02:10 UTC

kudu git commit: [doc] KUDU-1810 Missing part of text in kudu_impala_create_table doc section

Repository: kudu
Updated Branches:
  refs/heads/branch-1.2.x f77403409 -> 3b0b4243a


[doc] KUDU-1810 Missing part of text in kudu_impala_create_table doc section

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: If131a001d1835e5da58bbb167673d6df1f8132b7
Reviewed-on: http://gerrit.cloudera.org:8080/5639
Reviewed-by: Todd Lipcon <to...@apache.org>
Tested-by: Todd Lipcon <to...@apache.org>
(cherry picked from commit 5dd962f82f21a8e9876d356f15b293409949a084)
Reviewed-on: http://gerrit.cloudera.org:8080/5642


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

Branch: refs/heads/branch-1.2.x
Commit: 3b0b4243a025a970beec04b2c7708c478b622258
Parents: f774034
Author: ninadshr <ni...@cloudera.com>
Authored: Sat Jan 7 22:38:08 2017 -0500
Committer: Todd Lipcon <to...@apache.org>
Committed: Mon Jan 9 20:59:20 2017 +0000

----------------------------------------------------------------------
 docs/kudu_impala_integration.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/3b0b4243/docs/kudu_impala_integration.adoc
----------------------------------------------------------------------
diff --git a/docs/kudu_impala_integration.adoc b/docs/kudu_impala_integration.adoc
index d602d4b..bad0c79 100755
--- a/docs/kudu_impala_integration.adoc
+++ b/docs/kudu_impala_integration.adoc
@@ -422,9 +422,9 @@ AS SELECT * FROM old_table;
 ====
 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  (`ts` then `name` in the example above). If the default projection generated by `*`
-does not meet this requirement, the user should avoid using `*` and explicitly mention
-the columns to project, in the correct order.
+same order  (`ts` then `name` 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.
 ====
 
 You can refine the `SELECT` statement to only match the rows and columns you want