Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17914 )
Change subject: [master] Validate extra config properties for a table ...................................................................... [master] Validate extra config properties for a table Prior to this patch, no validation was performed on the strings representing the keys of extra configuration properties for a table. This patch adds the missing validation logic, so now an error is returned on attempt to set unsupported extra configuration properties for a table. Change-Id: Iff5ccc553fdbe164cf342df6882ea0b78a9e10f9 Reviewed-on: http://gerrit.cloudera.org:8080/17914 Tested-by: Kudu Jenkins Reviewed-by: Bankim Bhavsar <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/client/client-test.cc M src/kudu/common/wire_protocol.cc 2 files changed, 34 insertions(+), 4 deletions(-) Approvals: Kudu Jenkins: Verified Bankim Bhavsar: Looks good to me, approved Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/17914 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Iff5ccc553fdbe164cf342df6882ea0b78a9e10f9 Gerrit-Change-Number: 17914 Gerrit-PatchSet: 4 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]>
