Will Berkeley has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11668
Change subject: Remove column ids from KuduSchema::ToString ...................................................................... Remove column ids from KuduSchema::ToString 708d0f736c5a9d60ca02041bdb3b753e11478b6d added a KuduSchema::ToString method, which calls into Schema::ToString. This is fine except Schema::ToString includes the column ids when they are set, and that information is implementation and ought not be shown to the user. I think the original testing missed this because it never called KuduSchema::ToString on a KuduSchema built from a Schema that had column ids. A new test fixes this oversight. Change-Id: Ib5999c485b63b6bdd4f4778b329f6768680b5193 --- M src/kudu/client/client-unittest.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 5 files changed, 40 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/68/11668/1 -- To view, visit http://gerrit.cloudera.org:8080/11668 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib5999c485b63b6bdd4f4778b329f6768680b5193 Gerrit-Change-Number: 11668 Gerrit-PatchSet: 1 Gerrit-Owner: Will Berkeley <[email protected]>
