From dev-return-14452-apmail-drill-dev-archive=drill.apache.org@drill.apache.org Tue Jun 23 17:02:33 2015 Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D806C18E9E for ; Tue, 23 Jun 2015 17:02:33 +0000 (UTC) Received: (qmail 41354 invoked by uid 500); 23 Jun 2015 17:02:33 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 41303 invoked by uid 500); 23 Jun 2015 17:02:33 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 41292 invoked by uid 99); 23 Jun 2015 17:02:33 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jun 2015 17:02:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id E4ABBCFBA0 for ; Tue, 23 Jun 2015 17:02:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 5.021 X-Spam-Level: ***** X-Spam-Status: No, score=5.021 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, KAM_BADIPHTTP=2, SPF_PASS=-0.001, T_KAM_HTML_FONT_INVALID=0.01, T_REMOTE_IMAGE=0.01, URIBL_BLOCKED=0.001, WEIRD_PORT=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 8PTSZPnB3BQ8 for ; Tue, 23 Jun 2015 17:02:24 +0000 (UTC) Received: from mail-yk0-f176.google.com (mail-yk0-f176.google.com [209.85.160.176]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id A36744C0E5 for ; Tue, 23 Jun 2015 17:02:24 +0000 (UTC) Received: by ykfy125 with SMTP id y125so9067159ykf.1 for ; Tue, 23 Jun 2015 10:02:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=8ehQoqbo67J41AZfGI2pt1S2r4n/+xp7goP38o6im78=; b=GVXYfVZYhngDzk7G4sz9sjIO7Fvpirh6JwYK1BMxG+HUb3/qxMq4/jwHWWDh0IkJJy KE5TRzJm026Dvs+sTxe99IkVJyCz3q5AsDoXX2knjebvCX/sPYMCgCBmCTKMiVnAPIZm I2xAwIozO5jVmHgFULH4XTHDpID04x899zGKBrbGWoP0aHVqjJsxfmPj6gUGDsAnyOeT 7hyT77s03ic4nIlSxVTxrh4CVX2/5uGbkoa7c39LydDJToLL3uwjRD8u6EfWlUKjOxRj tccfOXV/KvO75dt/ImGLLYkmybQ3jglpU1h8LwDc2t4KIuEnV6OrhbsFZA4hN1Uo4pM1 cl+g== X-Gm-Message-State: ALoCoQmlUx3C/GxS2iGwLtgqARPtE5hROXoLoDLiTGSJgoyZYJ9kz8exJHgnZdn3vFyRaw64YxFZ MIME-Version: 1.0 X-Received: by 10.170.57.68 with SMTP id 65mr38199274ykz.35.1435078944218; Tue, 23 Jun 2015 10:02:24 -0700 (PDT) Received: by 10.129.95.136 with HTTP; Tue, 23 Jun 2015 10:02:24 -0700 (PDT) In-Reply-To: References: Date: Tue, 23 Jun 2015 10:02:24 -0700 Message-ID: Subject: Re: Unit test failing on master From: Abdel Hakim Deneche To: "dev@drill.apache.org" Content-Type: multipart/alternative; boundary=001a11397feeb1f8ac0519325ab7 --001a11397feeb1f8ac0519325ab7 Content-Type: text/plain; charset=UTF-8 my bad, I had a custom calcite r8 in my maven cache. The test is no longer failing now. Thanks! On Tue, Jun 23, 2015 at 9:45 AM, Hsuan Yi Chu wrote: > Make sure you are using drill-calcite-r8. > > In intellij, you need to reimport maven projects > > On Tue, Jun 23, 2015 at 9:44 AM, Abdel Hakim Deneche < > adeneche@maprtech.com> > wrote: > > > hold on, I may have corrupted my local maven repository with a custom > > calcite build. I will clean the local repository and try again > > > > On Tue, Jun 23, 2015 at 9:41 AM, Abdel Hakim Deneche < > > adeneche@maprtech.com> > > wrote: > > > > > TestWindowFunctions#testWindowWithJoin is failing consistently on > today's > > > master. It happens if you run the test from maven or from an IDE. Here > is > > > the error I am seeing: > > > > > > org.apache.calcite.sql.validate.SqlValidatorException > > >> SEVERE: org.apache.calcite.sql.validate.SqlValidatorException: Column > > >> 'r_regionKey' is ambiguous > > >> Jun 23, 2015 9:36:16 AM org.apache.calcite.runtime.CalciteException > > > > >> SEVERE: org.apache.calcite.runtime.CalciteContextException: At line 0, > > >> column 0: Column 'r_regionKey' is ambiguous > > >> Exception (no rows returned): > > >> org.apache.drill.common.exceptions.UserRemoteException: PARSE ERROR: > At > > >> line 0, column 0: Column 'r_regionKey' is ambiguous > > >> [Error Id: bd256fba-2bb2-4256-9993-f44af247f3f8 on 172.30.1.107:31010 > ]. > > >> Returned in 129ms. > > >> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 40.119 > > >> sec <<< FAILURE! - in org.apache.drill.exec.TestWindowFunctions > > > > > > > > > > > > -- > > > > > > Abdelhakim Deneche > > > > > > Software Engineer > > > > > > > > > > > > > > > Now Available - Free Hadoop On-Demand Training > > > < > > > http://www.mapr.com/training?utm_source=Email&utm_medium=Signature&utm_campaign=Free%20available > > > > > > > > > > > > > > -- > > > > Abdelhakim Deneche > > > > Software Engineer > > > > > > > > > > Now Available - Free Hadoop On-Demand Training > > < > > > http://www.mapr.com/training?utm_source=Email&utm_medium=Signature&utm_campaign=Free%20available > > > > > > -- Abdelhakim Deneche Software Engineer Now Available - Free Hadoop On-Demand Training --001a11397feeb1f8ac0519325ab7--