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 55A93200C31 for ; Wed, 1 Feb 2017 00:20:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 548A6160B52; Tue, 31 Jan 2017 23:20:00 +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 A334A160B5F for ; Wed, 1 Feb 2017 00:19:59 +0100 (CET) Received: (qmail 98333 invoked by uid 500); 31 Jan 2017 23:19:58 -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 98282 invoked by uid 99); 31 Jan 2017 23:19:58 -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; Tue, 31 Jan 2017 23:19:58 +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 7BD261A02FF for ; Tue, 31 Jan 2017 23:19:58 +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 Jtd_rbsO8CF6 for ; Tue, 31 Jan 2017 23:19:57 +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 EB6965FB0F for ; Tue, 31 Jan 2017 23:19:56 +0000 (UTC) Received: (qmail 98216 invoked by uid 99); 31 Jan 2017 23:19:56 -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; Tue, 31 Jan 2017 23:19:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 02DF4E005C; Tue, 31 Jan 2017 23:19:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jianqiao@apache.org To: commits@quickstep.incubator.apache.org Date: Tue, 31 Jan 2017 23:19:59 -0000 Message-Id: <0f838d4a805a44199a42d2bc7298731a@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [05/13] incubator-quickstep git commit: Fixed the linking issue for the distributed cli. archived-at: Tue, 31 Jan 2017 23:20:00 -0000 Fixed the linking issue for the distributed cli. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/dff4a145 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/dff4a145 Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/dff4a145 Branch: refs/heads/collision-free-agg Commit: dff4a145e2c2d3d7b84fb259e48e425310a52a8a Parents: 259cd5e Author: Zuyu Zhang Authored: Tue Jan 31 12:19:00 2017 -0800 Committer: Zuyu Zhang Committed: Tue Jan 31 12:19:00 2017 -0800 ---------------------------------------------------------------------- cli/distributed/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/dff4a145/cli/distributed/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/cli/distributed/CMakeLists.txt b/cli/distributed/CMakeLists.txt index a00ffda..1069abd 100644 --- a/cli/distributed/CMakeLists.txt +++ b/cli/distributed/CMakeLists.txt @@ -28,6 +28,7 @@ target_link_libraries(quickstep_cli_distributed_Cli glog quickstep_catalog_CatalogRelation quickstep_cli_Flags + quickstep_cli_LineReader quickstep_cli_PrintToScreen quickstep_cli_distributed_Role quickstep_parser_ParseStatement