Andrew Wong has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/17970 )
Change subject: [tablet] fix non-handled switch warning
......................................................................
[tablet] fix non-handled switch warning
This patch addresses the following build warning:
../../src/kudu/tablet/ops/participant_op.cc: In member function ‘kudu::Status
kudu::tablet::ParticipantOpState::PerformOp(const kudu::consensus::OpId&,
kudu::tablet::Tablet*)’:
../../src/kudu/tablet/ops/participant_op.cc:220:10: warning: enumeration value
‘ParticipantOpPB_ParticipantOpType_GET_METADATA’ not handled in switch
[-Wswitch]
switch (op_type) {
^
Change-Id: I25c05d90dd3716f755ddcd9e842c4080fea277e1
Reviewed-on: http://gerrit.cloudera.org:8080/17970
Reviewed-by: Alexey Serbin <[email protected]>
Tested-by: Kudu Jenkins
---
M src/kudu/tablet/ops/participant_op.cc
1 file changed, 4 insertions(+), 3 deletions(-)
Approvals:
Alexey Serbin: Looks good to me, approved
Kudu Jenkins: Verified
--
To view, visit http://gerrit.cloudera.org:8080/17970
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I25c05d90dd3716f755ddcd9e842c4080fea277e1
Gerrit-Change-Number: 17970
Gerrit-PatchSet: 3
Gerrit-Owner: Andrew Wong <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)