From 721b9576d826f315881cb388aed1ba993309c0ed Mon Sep 17 00:00:00 2001 From: Evgeny Kincharov Date: Mon, 27 Mar 2017 17:33:50 +0400 Subject: [PATCH] HBASE-17839 fixed missing column in table 1 from section "Data Model" of the ref guide. Signed-off-by: Sean Busbey Signed-off-by: Chia-Ping Tsai --- src/main/asciidoc/_chapters/datamodel.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/_chapters/datamodel.adoc b/src/main/asciidoc/_chapters/datamodel.adoc index 91769474fe2..21dc031b2d8 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 = "..." | | |"com.cnn.www" |t5 | contents:html = "..." | | |"com.cnn.www" |t3 | contents:html = "..." | | -|"com.example.www"| t5 | contents:html = "..." | people:author = "John Doe" +|"com.example.www"| t5 | contents:html = "..." | | people:author = "John Doe" |=== Cells in this table that appear to be empty do not take space, or in fact exist, in HBase.