Bikramjeet Vig has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/15322


Change subject: IMPALA-4080 [part 6]: Move codegen from join's exec node to 
plan node and from data sinks to their config classes
......................................................................

IMPALA-4080 [part 6]: Move codegen from join's exec node to plan node
and from data sinks to their config classes

This patch moves the code responsible for codegening from partitioned
hash join's exec node to plan node and from all data sinks to their
respective config classes.

Testing:
Manually verified that codegen works for all modified exec nodes and
data sinks.
TODO: Run all exhaustive tests

Change-Id: I8fe54b4040d6e3c2fc224f7cd6c8c0bfe813707a
---
M be/src/exec/blocking-join-node.cc
M be/src/exec/blocking-join-node.h
M be/src/exec/data-sink.cc
M be/src/exec/data-sink.h
M be/src/exec/filter-context.cc
M be/src/exec/filter-context.h
M be/src/exec/grouping-aggregator.cc
M be/src/exec/nested-loop-join-node.cc
M be/src/exec/partitioned-hash-join-builder.cc
M be/src/exec/partitioned-hash-join-builder.h
M be/src/exec/partitioned-hash-join-node.cc
M be/src/exec/partitioned-hash-join-node.h
M be/src/runtime/fragment-instance-state.cc
M be/src/runtime/krpc-data-stream-sender.cc
M be/src/runtime/krpc-data-stream-sender.h
M be/src/runtime/runtime-state.h
16 files changed, 280 insertions(+), 189 deletions(-)



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8fe54b4040d6e3c2fc224f7cd6c8c0bfe813707a
Gerrit-Change-Number: 15322
Gerrit-PatchSet: 1
Gerrit-Owner: Bikramjeet Vig <bikramjeet....@cloudera.com>

Reply via email to