You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2016/04/13 02:54:29 UTC

[Impala-CR](cdh5-trunk) Simplify control flow in AnalyticEvalNode::GetNext()

Tim Armstrong has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/2773

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
---
M be/src/exec/analytic-eval-node.cc
1 file changed, 3 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/73/2773/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2773
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9fb53712fa11899c3b3d3ce1abdba9626bad023b
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Tim Armstrong <ta...@cloudera.com>