Alexey Serbin has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/11779 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Adar Dembo <[email protected]> --- M src/kudu/client/client.h 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Alexey Serbin: Verified Adar Dembo: Looks good to me, approved -- 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: merged Gerrit-Change-Id: Iaaeeda02a8b97e7b963f9f4496e879f999a0d97d Gerrit-Change-Number: 11779 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
