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/03/05 00:10:01 UTC

[Impala-CR](cdh5-trunk) IMPALA-2892: buffered-tuple-stream-ir.cc is not cross-compiled

Tim Armstrong has uploaded a new change for review.

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

Change subject: IMPALA-2892: buffered-tuple-stream-ir.cc is not cross-compiled
......................................................................

IMPALA-2892: buffered-tuple-stream-ir.cc is not cross-compiled

The file was never added to impala-ir.cc so was never cross-compiled.
I did a quick benchmark and saw no benefit from cross-compiling the
code, so this patch just moves the contents of the -ir.cc to the .cc
file.

Change-Id: I5bfeee04e17cc6bb95c11669dc9f7c650e48bd32
---
M be/src/runtime/CMakeLists.txt
D be/src/runtime/buffered-tuple-stream-ir.cc
M be/src/runtime/buffered-tuple-stream.cc
3 files changed, 127 insertions(+), 149 deletions(-)


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

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