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 037541834D for ; Fri, 11 Sep 2015 14:24:56 +0000 (UTC) Received: (qmail 78189 invoked by uid 500); 11 Sep 2015 14:24:55 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 78144 invoked by uid 500); 11 Sep 2015 14:24:55 -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 78127 invoked by uid 99); 11 Sep 2015 14:24:55 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2015 14:24:55 +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 DD979C0041 for ; Fri, 11 Sep 2015 14:24:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 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_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id yJN5FjmZyzr1 for ; Fri, 11 Sep 2015 14:24:54 +0000 (UTC) Received: from mail-yk0-f178.google.com (mail-yk0-f178.google.com [209.85.160.178]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id F3B4320103 for ; Fri, 11 Sep 2015 14:24:53 +0000 (UTC) Received: by ykdg206 with SMTP id g206so92296415ykd.1 for ; Fri, 11 Sep 2015 07:24:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JnKtGsigMklIV202VcYWNF5Xo06guDQEgHbc5cteFT0=; b=FI4XD0/UxSe2FkNHDcBaKmnwlKLbV0S10iu/90eYGuLb+VwDyOHMbWpj6BBZwowcCf cJUPdlOotvQBt+1pm7ObM+v+fC/1LRn/PZsCRrTAfLIrKO8vVLMKlObQWgIgA9w29kRM l8rwyOVN36S2qMxUtu/BFW8zysiRZJnuh3t+bQQ4V79tBzhikoeKtEcYRZK8uvKwI9/r YorJ97Fu+SXDSjUkO5q8fSaFX9926qdbg5IEk0CaqHXGxaXB8nvxVFAuliM/slLD5A7D wK6GayD6Px/IX4kr+YmHpfcDkVEbsyh2e8bj2tNJuJ5rSW+G3jy2cQOxX4OO3FJej0+J el7Q== MIME-Version: 1.0 X-Received: by 10.129.5.72 with SMTP id 69mr11789433ywf.167.1441981493210; Fri, 11 Sep 2015 07:24:53 -0700 (PDT) Received: by 10.37.223.145 with HTTP; Fri, 11 Sep 2015 07:24:53 -0700 (PDT) Date: Fri, 11 Sep 2015 19:54:53 +0530 Message-ID: Subject: Beginners Query From: Ajay Shriwastava To: dev@drill.apache.org Content-Type: multipart/alternative; boundary=001a1143e32eacf874051f797a9d --001a1143e32eacf874051f797a9d Content-Type: text/plain; charset=UTF-8 Hi Folks, I have started exploring Drill code since yesterday so this is a beginners question. I hope this is the right forum or else please direct me appropriately. I was checking org.apache.drill.jdbc.impl.DrillStatementImpl class and see that its still using import net.hydromatic.avatica.AvaticaStatement; and the drill-jdbc pom has dependency net.hydromatic optiq-avatica 0.9-drill-r20 so I searched JIRA and found out that issue to rebase drill on calcite has been resolved. https://issues.apache.org/jira/browse/DRILL-1384 Can you help me understand that if it was rebased to calcite in 0.9 why is it referring to hydromatic in master branch. I am missing something obvious here so please excuse my ignorance. Thanks Ajay --001a1143e32eacf874051f797a9d--