[
https://issues.apache.org/jira/browse/KUDU-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379077#comment-15379077
]
Dinesh Bhat edited comment on KUDU-1492 at 7/15/16 9:14 AM:
------------------------------------------------------------
Yeah, although I didn't understand the intent of keeping DEFAULT and PLAIN
distinct, perhaps to switch to a new default value in future ? In that case, we
could leave it like this:
{noformat}
Table: test_table (f44b4d4c4ee345dfba668f7582ddb7da)
Version: 1
State: RunningCurrent schema version=1
Column ID Type Encoding/Compression
Read default Write default
key 0 int32 NOT NULL
AUTO_ENCODING/DEFAULT_COMPRESSION - -
integer_val 1 int32 NOT NULL AUTO_ENCODING/DEFAULT_COMPRESSION
- -
non_null_with_default 3 int32 NOT NULL
AUTO_ENCODING/DEFAULT_COMPRESSION 12345 12345
another_val 4 bool NULLABLE AUTO_ENCODING/DEFAULT_COMPRESSION
- -
{noformat}
A bit unclear for the reader, but then the docs should come in handy to refer
what's the default value. PS: Posted the html buffers onto this JIRA window
directly, so the columns are messed up a bit in the above output.
was (Author: dineshabbi):
Yeah, although I didn't understand the intent of keeping DEFAULT and PLAIN
distinct, perhaps to switch to a new default value in future ? In that case, we
could leave it like this:
{noformat}
Table: test_table (f44b4d4c4ee345dfba668f7582ddb7da)
Version: 1
State: RunningCurrent schema version=1
Column ID Type Encoding/Compression
Read default Write default
key 0 int32 NOT NULL
AUTO_ENCODING/DEFAULT_COMPRESSION - -
integer_val 1 int32 NOT NULL AUTO_ENCODING/DEFAULT_COMPRESSION
- -
non_null_with_default 3 int32 NOT NULL
AUTO_ENCODING/DEFAULT_COMPRESSION 12345 12345
another_val 4 bool NULLABLE AUTO_ENCODING/DEFAULT_COMPRESSION
- -
{noformat}
A bit unclear for the reader, but then the docs should come in handy to refer
what's the default value.
> Show column encodings/compression on table page in master
> ---------------------------------------------------------
>
> Key: KUDU-1492
> URL: https://issues.apache.org/jira/browse/KUDU-1492
> Project: Kudu
> Issue Type: Improvement
> Components: master
> Affects Versions: 0.9.0
> Reporter: Todd Lipcon
> Assignee: Dinesh Bhat
> Priority: Minor
> Labels: newbie
>
> Would be nice to show this extra column information on the /table page for
> each table.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)