Repository: hbase Updated Branches: refs/heads/branch-2 48ee5e1d7 -> 721b9576d
HBASE-17839 fixed missing column in table 1 from section "Data Model" of the ref guide. Signed-off-by: Sean Busbey <[email protected]> Signed-off-by: Chia-Ping Tsai <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/721b9576 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/721b9576 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/721b9576 Branch: refs/heads/branch-2 Commit: 721b9576d826f315881cb388aed1ba993309c0ed Parents: 48ee5e1 Author: Evgeny Kincharov <[email protected]> Authored: Mon Mar 27 17:33:50 2017 +0400 Committer: Chia-Ping Tsai <[email protected]> Committed: Tue Dec 19 23:03:15 2017 +0800 ---------------------------------------------------------------------- src/main/asciidoc/_chapters/datamodel.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/721b9576/src/main/asciidoc/_chapters/datamodel.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/datamodel.adoc b/src/main/asciidoc/_chapters/datamodel.adoc index 9176947..21dc031 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.
