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 441FF200B64 for ; Tue, 19 Jul 2016 02:10:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 42F98160A6D; Tue, 19 Jul 2016 00:10:35 +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 93AB3160A5D for ; Tue, 19 Jul 2016 02:10:34 +0200 (CEST) Received: (qmail 61935 invoked by uid 500); 19 Jul 2016 00:10:33 -0000 Mailing-List: contact dev-help@hawq.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hawq.incubator.apache.org Delivered-To: mailing list dev@hawq.incubator.apache.org Received: (qmail 61924 invoked by uid 99); 19 Jul 2016 00:10:33 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2016 00:10:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 5B36C188879 for ; Tue, 19 Jul 2016 00:10:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.446 X-Spam-Level: X-Spam-Status: No, score=-3.446 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, 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=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id EGqondiG7QlQ for ; Tue, 19 Jul 2016 00:10:31 +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 6E75F5FDE7 for ; Tue, 19 Jul 2016 00:10:30 +0000 (UTC) Received: (qmail 61914 invoked by uid 99); 19 Jul 2016 00:10:29 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2016 00:10:29 +0000 Received: from mail-qk0-f173.google.com (mail-qk0-f173.google.com [209.85.220.173]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 5C7DA1A01A7 for ; Tue, 19 Jul 2016 00:10:29 +0000 (UTC) Received: by mail-qk0-f173.google.com with SMTP id o67so2372879qke.1 for ; Mon, 18 Jul 2016 17:10:29 -0700 (PDT) X-Gm-Message-State: ALyK8tKOFzV9eEkO6J1nkO4vfx/K/izjP3rrg+9ewrjJsE6y/qZxfyEy4vqXyXf/ALZfGV1D/ycV4vpW/hvXlvl7 X-Received: by 10.55.17.88 with SMTP id b85mr46648176qkh.104.1468887028247; Mon, 18 Jul 2016 17:10:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Goden Yao Date: Tue, 19 Jul 2016 00:10:18 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: HAWQ 2.0.0-incubating Release To: dev@hawq.incubator.apache.org Content-Type: multipart/alternative; boundary=001a113ad31488c8090537f1e94a archived-at: Tue, 19 Jul 2016 00:10:35 -0000 --001a113ad31488c8090537f1e94a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable also pushed another JIRA fix to remove "pivotal extension framework" in the pxf/README.md https://issues.apache.org/jira/browse/HAWQ-937 On Mon, Jul 18, 2016 at 1:46 PM Goden Yao wrote: > Filed a JIRA for these warnings. > > https://issues.apache.org/jira/browse/HAWQ-933 > Can someone who's familiar with gpnetbench* code, take a look and fix the= m > ? > > -Goden > > > On Mon, Jul 18, 2016 at 11:04 AM Goden Yao wrote: > >> just compiled the latest from git pull. >> >> Build was successful with a few warnings, we probably want to make them >> clean. >> >> gpnetbenchClient.c:36:6: warning: no previous prototype for function 'us= age' [-Wmissing-prototypes] >> void usage() >> ^ >> gpnetbenchServer.c:34:6: warning: no previous prototype for function 'us= age' [-Wmissing-prototypes] >> void usage() >> ^ >> gpnetbenchClient.c:198:14: warning: comparison of unsigned expression < = 0 is always false [-Wtautological-compare] >> if (retval < 0) >> ~~~~~~ ^ ~ >> gpnetbenchClient.c:231:6: warning: no previous prototype for function 'p= rint_headers' [-Wmissing-prototypes] >> void print_headers() >> ^ >> gpnetbenchClient.c:33:6: note: this declaration is not a prototype; add = 'void' to make it a prototype for a zero-parameter function >> void print_headers(); >> ^ >> void >> 1 warning generated. >> 3 warnings generated. >> >> On Mon, Jul 18, 2016 at 3:28 AM Radar Da lei rlei@pivotal.io >> wrote: >> >> I have merged fixes for 'HAWQ-622', 'HAWQ-926', 'HAWQ-915' into >>> '2.0.0.0-incubating' branch. >>> >>> There seems no blocker issues left. >>> >>> >>> Regards, >>> Radar >>> >>> On Sat, Jul 16, 2016 at 5:05 AM, Goden Yao wrote: >>> >>> > Thanks Alan. >>> > >>> > Just a reminder - when you do commits in master, please check the JIR= A >>> > associated with it and if it's labeled "2.0.0.0-incubating" in fix >>> version, >>> > please port your commits to the release branch and close the JIRA. >>> > >>> > I can see in the past a couple days, >>> > >>> > - HAWQ-915 RAT is >>> > failing on the latest maste >>> > - HAWQ-926 Remove >>> > pycrypto from source code >>> > >>> > They're both needed in this release but I don't see them being ported >>> to >>> > the release branch and as the JIRAs stay open, I'm not sure if the >>> > assignees plan to augment the commits or not. >>> > >>> > Please check. thank you. >>> > >>> > -Goden >>> >> =E2=80=8B >> > --001a113ad31488c8090537f1e94a--