Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EB21F200C3B for ; Fri, 10 Feb 2017 15:45:27 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E9F1D160B6C; Fri, 10 Feb 2017 14:45:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3B864160B69 for ; Fri, 10 Feb 2017 15:45:27 +0100 (CET) Received: (qmail 40723 invoked by uid 500); 10 Feb 2017 14:45:26 -0000 Mailing-List: contact commits-help@quickstep.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@quickstep.incubator.apache.org Delivered-To: mailing list commits@quickstep.incubator.apache.org Received: (qmail 40713 invoked by uid 99); 10 Feb 2017 14:45:26 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2017 14:45:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0A1401A053B for ; Fri, 10 Feb 2017 14:45:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id PCO45bRmeUZn for ; Fri, 10 Feb 2017 14:45:25 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id E56655FE4D for ; Fri, 10 Feb 2017 14:45:23 +0000 (UTC) Received: (qmail 40031 invoked by uid 99); 10 Feb 2017 14:45:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2017 14:45:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CE799DFCFB; Fri, 10 Feb 2017 14:45:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zuyuz@apache.org To: commits@quickstep.incubator.apache.org Date: Fri, 10 Feb 2017 14:45:50 -0000 Message-Id: <67d3b2f1c5cc4b04a355edbb3c0f57ef@git.apache.org> In-Reply-To: <5a7ed801f527465eaaa20f5f6e98cf1d@git.apache.org> References: <5a7ed801f527465eaaa20f5f6e98cf1d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [29/31] incubator-quickstep git commit: Removed an incorrect TODO. archived-at: Fri, 10 Feb 2017 14:45:28 -0000 Removed an incorrect TODO. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/a8e56188 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/a8e56188 Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/a8e56188 Branch: refs/heads/reorder-partitioned-hash-join Commit: a8e561881389eae8899360af141f5b50c66b3692 Parents: 960eb35 Author: Zuyu Zhang Authored: Thu Feb 9 21:31:31 2017 -0800 Committer: Zuyu Zhang Committed: Thu Feb 9 21:31:47 2017 -0800 ---------------------------------------------------------------------- cli/QuickstepCli.cpp | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/a8e56188/cli/QuickstepCli.cpp ---------------------------------------------------------------------- diff --git a/cli/QuickstepCli.cpp b/cli/QuickstepCli.cpp index 02ec4ec..eddee8c 100644 --- a/cli/QuickstepCli.cpp +++ b/cli/QuickstepCli.cpp @@ -266,7 +266,6 @@ int main(int argc, char* argv[]) { worker_client_ids.push_back(workers.back().getBusClientID()); } - // TODO(zuyu): Move WorkerDirectory within Shiftboss once the latter is added. WorkerDirectory worker_directory(worker_cpu_affinities.size(), worker_client_ids, worker_numa_nodes);