Internal Jenkins has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/2465 Reviewed-by: Dan Hecht <[email protected]> Tested-by: Internal Jenkins --- 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(-) Approvals: Internal Jenkins: Verified Dan Hecht: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/2465 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5bfeee04e17cc6bb95c11669dc9f7c650e48bd32 Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Internal Jenkins
