You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by zu...@apache.org on 2017/01/11 01:00:54 UTC

[02/50] incubator-quickstep git commit: Fixed the LIP bug in the distributed execution engine unit tests.

Fixed the LIP bug in the distributed execution engine unit tests.


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/fc898b11
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/fc898b11
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/fc898b11

Branch: refs/heads/quickstep_partition_parser_support
Commit: fc898b113efccdb77385297f27298da7b7441877
Parents: 7f0067b
Author: Zuyu Zhang <zu...@apache.org>
Authored: Mon Oct 31 21:19:58 2016 -0700
Committer: Zuyu Zhang <zu...@apache.org>
Committed: Mon Oct 31 21:19:58 2016 -0700

----------------------------------------------------------------------
 relational_operators/WorkOrderFactory.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/fc898b11/relational_operators/WorkOrderFactory.cpp
----------------------------------------------------------------------
diff --git a/relational_operators/WorkOrderFactory.cpp b/relational_operators/WorkOrderFactory.cpp
index 91a717f..6943a52 100644
--- a/relational_operators/WorkOrderFactory.cpp
+++ b/relational_operators/WorkOrderFactory.cpp
@@ -361,7 +361,7 @@ WorkOrder* WorkOrderFactory::ReconstructFromProto(const serialization::WorkOrder
               proto.GetExtension(serialization::SelectWorkOrder::insert_destination_index)),
           storage_manager,
           CreateLIPFilterAdaptiveProberHelper(
-              proto.GetExtension(serialization::HashJoinWorkOrder::lip_deployment_index), query_context));
+              proto.GetExtension(serialization::SelectWorkOrder::lip_deployment_index), query_context));
     }
     case serialization::SORT_MERGE_RUN: {
       LOG(INFO) << "Creating SortMergeRunWorkOrder";