You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2016/04/26 15:22:57 UTC

[Impala-CR](cdh5-trunk) IMPALA-3426: Replace usage of OptimizeFunctionWithExprs

Lars Volker has uploaded a new change for review.

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

Change subject: IMPALA-3426: Replace usage of OptimizeFunctionWithExprs
......................................................................

IMPALA-3426: Replace usage of OptimizeFunctionWithExprs

A GVM race between two changes reintroduced calls to
OptimizeFunctionWithExprs. This change fixes them.

These are the relevant changes that caused this:
http://gerrit.cloudera.org:8080/#/c/2866/ : Upgrade LLVM to 3.8.0
http://gerrit.cloudera.org:8080/#/c/2113/ : codegen
PartitionedHashJoinNode::Partition::BuildHashTable()

Change-Id: I5d8bb2c58e0118007e1f8081e6731d9c716ffae6
---
M be/src/exec/partitioned-hash-join-node.cc
1 file changed, 2 insertions(+), 2 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5d8bb2c58e0118007e1f8081e6731d9c716ffae6
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Lars Volker <lv...@cloudera.com>