Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18796 )
Change subject: [tools] update on 'kudu table create' command ...................................................................... [tools] update on 'kudu table create' command This patch updates the code related to the kudu CLI command 'table create': * added 'owner' field to CreateTablePB/JSON * added 'comment' field to CreateTablePB/JSON * updated corresponding comments in the tool.proto file * fixed the example of the JSON object for CreateTablePB * made the example of JSON object for CreateTablePB redable * re-ordered string constants in tool_action_table.cc * other minor updates Change-Id: Ib2855ee07e0dae4df669e6dd1d5ad4281d3b906b Reviewed-on: http://gerrit.cloudera.org:8080/18796 Tested-by: Kudu Jenkins Reviewed-by: Abhishek Chennaka <[email protected]> Reviewed-by: Attila Bukor <[email protected]> --- M src/kudu/tools/tool.proto M src/kudu/tools/tool_action_table.cc 2 files changed, 98 insertions(+), 49 deletions(-) Approvals: Kudu Jenkins: Verified Abhishek Chennaka: Looks good to me, but someone else must approve Attila Bukor: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/18796 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ib2855ee07e0dae4df669e6dd1d5ad4281d3b906b Gerrit-Change-Number: 18796 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]>
