Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11779
Change subject: [c++ client] KuduTable::ListPartitions() is private API ...................................................................... [c++ client] KuduTable::ListPartitions() is private API Added missing KUDU_NO_EXPORT attribute for KuduTable::ListPartitions() since the method is indented to be a part of private (i.e. non-exported) API of the Kudu C++ client. This is a follow-up for ef714838a8ba4e2a0dbf1d2f7998f8909d591402. Change-Id: Iaaeeda02a8b97e7b963f9f4496e879f999a0d97d --- M src/kudu/client/client.h 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/79/11779/1 -- To view, visit http://gerrit.cloudera.org:8080/11779 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iaaeeda02a8b97e7b963f9f4496e879f999a0d97d Gerrit-Change-Number: 11779 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
