Skip to content

Commit

Permalink
Followup to 7eaeb6d: fix typo in schema_design.adoc
Browse files Browse the repository at this point in the history
Accidentally wrote 'unix_microtime' instead of 'unixtime_micros' in the
documentation in the previous patch.

I also separated out the 64-bit types for better clarity, since it
wasn't obvious before that 'unixtime_micros' is a 64-bit type.

Change-Id: Ied008e4ae1dea0243cb944470cbad2053bebd3d7
Reviewed-on: http://gerrit.cloudera.org:8080/4354
Tested-by: Kudu Jenkins
Reviewed-by: Adar Dembo <[email protected]>
  • Loading branch information
toddlipcon authored and adembo committed Sep 10, 2016
1 parent d5082d8 commit b5fc3a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/schema_design.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ of the column. Columns use plain encoding by default.
[options="header"]
|===
| Column Type | Encoding
| integer, unix_microtime | plain, bitshuffle, run length (except for 64-bit)
| int8, int16, int32 | plain, bitshuffle, run length
| int64, unixtime_micros | plain, bitshuffle
| float, double | plain, bitshuffle
| bool | plain, run length
| string, binary | plain, prefix, dictionary
Expand Down

0 comments on commit b5fc3a6

Please sign in to comment.