Zoltan Borok-Nagy has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/18708


Change subject: IMPALA-11419: Incremental build is broken
......................................................................

IMPALA-11419: Incremental build is broken

IMPALA-11384 broke incremental builds because:
* added a custom target that always rewrites a few generated
  header files
** The files are getting included directly/indirectly in most files,
   so we always need to recompile a large part of the project
* Didn't remove ${THRIFT_FILE_WE}_constants.cpp/h dependency from
  common/thrift/CMakeLists.txt
** These files are not generated anymore, so the build system always
   reconstruct all the generated files (because *_constant.cpp/h is
   always missing), and then builds every target that depend on them.

IMPALA-11415 fixes a sporadic error during data loading, but it only
covers the root cause, i.e. unnecessary recreation of thrift files.

This patch reverts IMPALA-11415 because:
* to make data-load more parallel
* to not cover similar issues in the future

Testing
* Tested locally that the thrift files are not getting regenerated

Change-Id: Ieb0e2007f3fa0cc721bd7b272956ce206ac65b0e
---
A bin/cmake_aux/add_override.sh
M common/thrift/CMakeLists.txt
M testdata/bin/create-load-data.sh
3 files changed, 40 insertions(+), 12 deletions(-)



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieb0e2007f3fa0cc721bd7b272956ce206ac65b0e
Gerrit-Change-Number: 18708
Gerrit-PatchSet: 1
Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>

Reply via email to