Will Berkeley has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12281 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/12281 Tested-by: Kudu Jenkins Reviewed-by: Will Berkeley <[email protected]> --- 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(-) Approvals: Kudu Jenkins: Verified Will Berkeley: Looks good to me, approved -- 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: merged Gerrit-Change-Id: I4f8cf682f3a2a30f98edbc4aff6951225d8d81e8 Gerrit-Change-Number: 12281 Gerrit-PatchSet: 4 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Will Berkeley <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]>
