Internal Jenkins has submitted this change and it was merged. Change subject: Simplify control flow in AnalyticEvalNode::GetNext() ......................................................................
Simplify control flow in AnalyticEvalNode::GetNext() This is a follow-up to the IMPALA-2829 patch and changes the control flow so that two paths are obviously mutually exclusive (rather than mutually exclusive by virtual of a variable being set to NULL). Change-Id: I9fb53712fa11899c3b3d3ce1abdba9626bad023b Reviewed-on: http://gerrit.cloudera.org:8080/2773 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Internal Jenkins --- M be/src/exec/analytic-eval-node.cc 1 file changed, 3 insertions(+), 5 deletions(-) Approvals: Internal Jenkins: Verified Tim Armstrong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/2773 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9fb53712fa11899c3b3d3ce1abdba9626bad023b Gerrit-PatchSet: 3 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
