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/03/06 20:18:09 UTC

[12/38] incubator-quickstep git commit: Fixed the lint issue.

Fixed the lint issue.


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

Branch: refs/heads/reorder-partitioned-hash-join
Commit: b24349cc3ef7b88b2e7b1aa8cce1dd65f0d10c28
Parents: def08ce
Author: Zuyu Zhang <zu...@apache.org>
Authored: Sun Feb 26 21:38:27 2017 -0800
Committer: Zuyu Zhang <zu...@apache.org>
Committed: Sun Feb 26 21:38:27 2017 -0800

----------------------------------------------------------------------
 cli/distributed/Executor.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/b24349cc/cli/distributed/Executor.cpp
----------------------------------------------------------------------
diff --git a/cli/distributed/Executor.cpp b/cli/distributed/Executor.cpp
index e248fef..a95ed41 100644
--- a/cli/distributed/Executor.cpp
+++ b/cli/distributed/Executor.cpp
@@ -79,7 +79,8 @@ void Executor::init() {
   data_exchanger_.start();
 
   shiftboss_ =
-      make_unique<Shiftboss>(&bus_, &bus_local_, storage_manager_.get(), worker_directory_.get(), storage_manager_->hdfs());
+      make_unique<Shiftboss>(&bus_, &bus_local_, storage_manager_.get(), worker_directory_.get(),
+                             storage_manager_->hdfs());
   shiftboss_->start();
 
   for (const auto &worker : workers_) {