Adar Dembo has posted comments on this change. Change subject: KUDU-1899. Fix support for empty string keys ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/6163/1/src/kudu/client/client-test.cc File src/kudu/client/client-test.cc: Line 3994: gscoped_ptr<KuduInsert> insert(table->NewInsert()); Use unique_ptr here and below. -- To view, visit http://gerrit.cloudera.org:8080/6163 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I779f25afe6d39d91067b1e7c1238797ec2ac0295 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-HasComments: Yes
