From general-return-50327-apmail-incubator-general-archive=incubator.apache.org@incubator.apache.org Mon Jul 20 20:26:42 2015 Return-Path: X-Original-To: apmail-incubator-general-archive@www.apache.org Delivered-To: apmail-incubator-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1761D18F78 for ; Mon, 20 Jul 2015 20:26:42 +0000 (UTC) Received: (qmail 58668 invoked by uid 500); 20 Jul 2015 20:26:41 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 58484 invoked by uid 500); 20 Jul 2015 20:26:41 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Received: (qmail 58472 invoked by uid 99); 20 Jul 2015 20:26:41 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2015 20:26:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id A160BC076E for ; Mon, 20 Jul 2015 20:26:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-1.108, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id vt8qq7mrSkG1 for ; Mon, 20 Jul 2015 20:26:39 +0000 (UTC) Received: from mail-ig0-f171.google.com (mail-ig0-f171.google.com [209.85.213.171]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id A190842AF1 for ; Mon, 20 Jul 2015 20:26:39 +0000 (UTC) Received: by igbij6 with SMTP id ij6so91603449igb.1 for ; Mon, 20 Jul 2015 13:26:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=kPPHIKtaa9pykj+oklzkIaoHA5jScb9AFDu4IsEzRH4=; b=dasW3pRGlM99kvpPpxO5IknGBIXvM9WXCVirXbQhdxl3+1utn1R34HOejFBBs7nHvO 2YzoMB+VuM+IjeViUsum7rc8hqgpZceyFEwRGgsDWInovBBo3DU2FVqZcPxlE7+2K9hU ST2WCcYpC+dWyGhQw5bAx1g1H5ckfhakhhmqcB3PAnMELC5Iosqp88mJ0j+aIQlJuXn7 PZylboXUGalebkzvW739IXVcn14JyhFt41uFEtW8MthPDTzaPQc9/5CJv4TIzR1rnX9t gXFTmA8mKSQpm2cjYUC2y9iamYwnyjkVPAX/h3mdGwwh59dnJVYcJ7M+LqskB6I08+pl UyHA== X-Received: by 10.50.7.68 with SMTP id h4mr18575202iga.40.1437423997799; Mon, 20 Jul 2015 13:26:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.3.71 with HTTP; Mon, 20 Jul 2015 13:26:08 -0700 (PDT) In-Reply-To: References: From: Ted Dunning Date: Mon, 20 Jul 2015 13:26:08 -0700 Message-ID: Subject: Re: [VOTE] Release Apache Kylin-0.7.2-incubating To: "general@incubator.apache.org" Content-Type: multipart/alternative; boundary=089e0102f456c7d546051b545a29 --089e0102f456c7d546051b545a29 Content-Type: text/plain; charset=UTF-8 On Mon, Jul 20, 2015 at 10:30 AM, Owen O'Malley wrote: > * All of the java files are in org.apache.kylin package. Only exceptions > were in the > atopcalcite module: > * net.hydromatic.optiq.runtime > * org.eigenbase.sql2rel > Are those classes coming from a different package? Do you intend to > repackage them? > These are left-over from earlier development (originally from optiq, which is now calcite). I am not sure of the disposition of these files, but Julian Hyde was the contributor, I think. They should be handled in a better fashion, but I don't think that this is a release blocker. --089e0102f456c7d546051b545a29--