Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14944 )
Change subject: IMPALA-4224: part 1: schedule join builds ...................................................................... IMPALA-4224: part 1: schedule join builds This adds the scheduler logic for fragments with join builds at their root. These fragments need to be co-located with the fragment with the join node. The new code is not active yet because the planner does not generate plans with join builds (except for planner tests). This change was validated in the context of a larger patch that enables the join build plans via the planner and makes query execution work. Change-Id: I779463cfa2ea9b372607d2be6d5d2252a6469e34 Reviewed-on: http://gerrit.cloudera.org:8080/14944 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/scheduling/query-schedule.cc M be/src/scheduling/query-schedule.h M be/src/scheduling/scheduler.cc M be/src/scheduling/scheduler.h M common/thrift/DataSinks.thrift M common/thrift/Frontend.thrift M common/thrift/ImpalaInternalService.thrift M fe/src/main/java/org/apache/impala/planner/JoinBuildSink.java 8 files changed, 98 insertions(+), 28 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/14944 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I779463cfa2ea9b372607d2be6d5d2252a6469e34 Gerrit-Change-Number: 14944 Gerrit-PatchSet: 7 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
