Yingchun Lai has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12281
Change subject: [tools] Describe more table attributes ...................................................................... [tools] Describe more table attributes This add more attributes to describe a table, including its column encoding type, compression type, and default read/write value. My use case of the extra information is to compare two tables in the same or different clusters: export the full descriptions of the two tables into texts, and then use any text compare tool to check the difference. Change-Id: I4f8cf682f3a2a30f98edbc4aff6951225d8d81e8 --- M src/kudu/cfile/cfile-test.cc 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 11 files changed, 115 insertions(+), 40 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/81/12281/1 -- 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: newchange Gerrit-Change-Id: I4f8cf682f3a2a30f98edbc4aff6951225d8d81e8 Gerrit-Change-Number: 12281 Gerrit-PatchSet: 1 Gerrit-Owner: Yingchun Lai <[email protected]>
