Hello Will Berkeley, Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/12281 to look at the new patch set (#3). Change subject: [tools] Describe more table attributes ...................................................................... [tools] Describe more table attributes This adds more attributes to `kudu table describe`, including column encoding type, compression type, and default read/write value. My use case for the extra information is to compare two tables in the same or different clusters: export the full descriptions of the two tables into text, and then use any text compare tool to check the difference. Change-Id: I4f8cf682f3a2a30f98edbc4aff6951225d8d81e8 --- M src/kudu/cfile/encoding-test.cc M src/kudu/client/schema.cc M src/kudu/common/schema-test.cc M src/kudu/common/schema.cc M src/kudu/common/schema.h M src/kudu/common/types.h M src/kudu/tools/kudu-admin-test.cc M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/tool_action_table.cc M src/kudu/util/int128_util.h 10 files changed, 118 insertions(+), 28 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/81/12281/3 -- To view, visit http://gerrit.cloudera.org:8080/12281 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I4f8cf682f3a2a30f98edbc4aff6951225d8d81e8 Gerrit-Change-Number: 12281 Gerrit-PatchSet: 3 Gerrit-Owner: Yingchun Lai <405403...@qq.com> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Will Berkeley <wdberke...@gmail.com>