Repository: hbase Updated Branches: refs/heads/master a649afebb -> 3536c58af
HBASE-17839 fixed missing column in table 1 from section "Data Model" of the ref guide. Signed-off-by: Sean Busbey <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3536c58a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3536c58a Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/3536c58a Branch: refs/heads/master Commit: 3536c58afb6ebccd8f9a31beb17d16e74c1ac834 Parents: a649afe Author: Evgeny Kincharov <[email protected]> Authored: Mon Mar 27 17:33:50 2017 +0400 Committer: Sean Busbey <[email protected]> Committed: Thu Jul 27 12:26:23 2017 -0700 ---------------------------------------------------------------------- src/main/asciidoc/_chapters/datamodel.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/3536c58a/src/main/asciidoc/_chapters/datamodel.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/datamodel.adoc b/src/main/asciidoc/_chapters/datamodel.adoc index 30465fb..da4143a 100644 --- a/src/main/asciidoc/_chapters/datamodel.adoc +++ b/src/main/asciidoc/_chapters/datamodel.adoc @@ -97,7 +97,7 @@ The colon character (`:`) delimits the column family from the column family _qua |"com.cnn.www" |t6 | contents:html = "<html>..." | | |"com.cnn.www" |t5 | contents:html = "<html>..." | | |"com.cnn.www" |t3 | contents:html = "<html>..." | | -|"com.example.www"| t5 | contents:html = "<html>..." | people:author = "John Doe" +|"com.example.www"| t5 | contents:html = "<html>..." | | people:author = "John Doe" |=== Cells in this table that appear to be empty do not take space, or in fact exist, in HBase.
