HBASE-17839 fixed missing column in table 1 from section "Data Model" of the ref guide.

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Evgeny Kincharov 2017-03-27 17:33:50 +04:00 committed by Sean Busbey
parent a649afebba
commit 3536c58afb
1 changed files with 1 additions and 1 deletions

View File

@ -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.