docs: fix list of support encodings Change-Id: I47d7b29c802b0c8fee178b59d2e26ab00bbfbc72 Reviewed-on: http://gerrit.cloudera.org:8080/4322 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/b1f1388e Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/b1f1388e Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/b1f1388e Branch: refs/heads/master Commit: b1f1388e2525bb236a4154762718aabd86e3b51f Parents: 94ec3d5 Author: Todd Lipcon <[email protected]> Authored: Tue Sep 6 15:52:30 2016 -0700 Committer: Adar Dembo <[email protected]> Committed: Wed Sep 7 21:08:59 2016 +0000 ---------------------------------------------------------------------- docs/schema_design.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/b1f1388e/docs/schema_design.adoc ---------------------------------------------------------------------- diff --git a/docs/schema_design.adoc b/docs/schema_design.adoc index 1d3078f..54134d9 100644 --- a/docs/schema_design.adoc +++ b/docs/schema_design.adoc @@ -256,9 +256,9 @@ of the column. Columns use plain encoding by default. [options="header"] |=== | Column Type | Encoding -| integer, timestamp | plain, bitshuffle, run length -| float | plain, bitshuffle -| bool | plain, dictionary, run length +| integer, timestamp | plain, bitshuffle, run length (except for 64-bit) +| float, double | plain, bitshuffle +| bool | plain, run length | string, binary | plain, prefix, dictionary |===
