From 823ac3e0e619f7531513efe6e4b43a6fea7437c6 Mon Sep 17 00:00:00 2001 From: Evgeny Kincharov Date: Mon, 27 Mar 2017 17:33:50 +0400 Subject: [PATCH] [HBASE-17839] [Documentation] fixed missing row in table 1 from section "Data Model" --- 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 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 = "..." | | |"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.