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/30 01:38:22 UTC

[Impala-CR](cdh5-trunk) Rename all cross-compiled files to have -ir.cc suffix

Tim Armstrong has uploaded a new change for review.

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

Change subject: Rename all cross-compiled files to have -ir.cc suffix
......................................................................

Rename all cross-compiled files to have -ir.cc suffix

Previously it wasn't clear which files were actually cross-compiled.

This patch only moves the files and updates the build scripts.

The main downside is that git blame won't work without the -M or -C
flags.

Change-Id: I1a2d6b058667c5f6d7a68504f07f9ef5f8de0706
---
M be/src/codegen/impala-ir.cc
M be/src/exprs/CMakeLists.txt
R be/src/exprs/aggregate-functions-ir.cc
R be/src/exprs/cast-functions-ir.cc
R be/src/exprs/decimal-functions-ir.cc
R be/src/exprs/decimal-operators-ir.cc
R be/src/exprs/is-null-predicate-ir.cc
R be/src/exprs/like-predicate-ir.cc
R be/src/exprs/math-functions-ir.cc
R be/src/exprs/operators-ir.cc
R be/src/exprs/string-functions-ir.cc
R be/src/exprs/timestamp-functions-ir.cc
R be/src/exprs/udf-builtins-ir.cc
R be/src/exprs/utility-functions-ir.cc
14 files changed, 24 insertions(+), 24 deletions(-)


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

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