Impala Public Jenkins has submitted this change and it was merged. Change subject: kudu: fix uninitialized variable usage warning ......................................................................
kudu: fix uninitialized variable usage warning This fixes a trivial warning of a potential usage of an uninitialized variable in release builds. If for some reason Kudu sends us an invalid log severity level, we'll now fall back to INFO instead of reading an uninitialized severity value. Change-Id: I4f87c39cf9259bec8ba9a84a2543fb1f2e4a3422 Reviewed-on: http://gerrit.cloudera.org:8080/6098 Reviewed-by: Matthew Jacobs <[email protected]> Tested-by: Impala Public Jenkins --- M be/src/exec/kudu-util.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Impala Public Jenkins: Verified Matthew Jacobs: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/6098 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4f87c39cf9259bec8ba9a84a2543fb1f2e4a3422 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
