Michael Ho has posted comments on this change.

Change subject: IMPALA-4192: Disentangle Expr and ExprContext
......................................................................


Patch Set 16:

(2 comments)

http://gerrit.cloudera.org:8080/#/c/5483/19/be/src/exec/analytic-eval-node.h
File be/src/exec/analytic-eval-node.h:

Line 304:   /// evaluators_. When enough input rows have been consumed to 
produce the analytic
long lines


http://gerrit.cloudera.org:8080/#/c/5483/16/be/src/util/tuple-row-compare.cc
File be/src/util/tuple-row-compare.cc:

Line 51:   opened_ = false;
> The problem is that the ordering_expr_evaluators_rhs_ is cloned from orderi
Turns out that there is still a hidden dependency for codegen to happen first 
before opening ordering_expr_evaluators_*. This dependency will be removed once 
we move to the next step in which codegen is done before creating fragment 
instances.

Keeping this function as Open() for now but I managed to rewrite it to not need 
the opened_ flag.


-- 
To view, visit http://gerrit.cloudera.org:8080/5483
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Iefdc9aeeba033355cb9497e3a5d2363627dcf2f3
Gerrit-PatchSet: 16
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Michael Ho <k...@cloudera.com>
Gerrit-Reviewer: Dan Hecht <dhe...@cloudera.com>
Gerrit-Reviewer: Marcel Kornacker <mar...@cloudera.com>
Gerrit-Reviewer: Michael Ho <k...@cloudera.com>
Gerrit-Reviewer: Tim Armstrong <tarmstr...@cloudera.com>
Gerrit-HasComments: Yes

Reply via email to