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 A3CBC17EFF for ; Thu, 9 Apr 2015 23:43:54 +0000 (UTC) Received: (qmail 34782 invoked by uid 500); 9 Apr 2015 23:43:54 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 34727 invoked by uid 500); 9 Apr 2015 23:43:54 -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 34710 invoked by uid 99); 9 Apr 2015 23:43:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2015 23:43:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hgunes@maprtech.com designates 209.85.223.181 as permitted sender) Received: from [209.85.223.181] (HELO mail-ie0-f181.google.com) (209.85.223.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2015 23:43:28 +0000 Received: by iedfl3 with SMTP id fl3so5809898ied.1 for ; Thu, 09 Apr 2015 16:42:16 -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=K7WxVNWAsR6zrWDLSGoeyBJwDVrzyOy/fMYYxb8u0AM=; b=Nce7xQpa4fR88Y0LPpFrwQdb8mOXnvASwQMexljfdCEsB7oCMBEtWqQHdBpKOwegO0 8yCwwsR0R5FnraGeuctskH1MWguOV39NAWhjeThGp8m06Mblo9z/VZ0RqUThtLI9NgXv oFYQRVUMaphVH9ZXZuJ8fny4SgVynKTwPTPMYQaTQFB5qm2KcvlEdmVrRmwP+JxQkMIE SknyL3ejebSUi6Ym5q2eOYSKi0DDZvkB/b2x+2zsDkV9BdlbnNAM0ngeDmZHGywzVKMH TYwwhdqKj8dhc3NiGZM0A46RnOYHEJIB9dM3O0ELulglT1j6tTNukpjpAw955LPaZakN xLwA== X-Gm-Message-State: ALoCoQnDQ2PK0D5AqUl7DReu2NrD10+7pFXFVwGmO393OgslS9rej/UzDzX3rJOeVxij/eW+62Vj MIME-Version: 1.0 X-Received: by 10.107.137.28 with SMTP id l28mr48909483iod.23.1428622936599; Thu, 09 Apr 2015 16:42:16 -0700 (PDT) Received: by 10.64.39.45 with HTTP; Thu, 9 Apr 2015 16:42:16 -0700 (PDT) In-Reply-To: <552578F7.2040807@maprtech.com> References: <552578F7.2040807@maprtech.com> Date: Thu, 9 Apr 2015 16:42:16 -0700 Message-ID: Subject: Re: SqlAccessor for just JDBC or for other use too? From: Hanifi Gunes To: dev@drill.apache.org Content-Type: multipart/alternative; boundary=001a113fc0aca78a740513533291 X-Virus-Checked: Checked by ClamAV on apache.org --001a113fc0aca78a740513533291 Content-Type: text/plain; charset=UTF-8 Are interface org.apache.drill.exec.vector.accessor.SqlAccessor and the various classes that implement it intended only for the JDBC driver ...? - I think so. The only consumer that I know of is DrillAccessorList, which is also under jdbc. I don't see why this interface should live under exec. -Hanifi On Wed, Apr 8, 2015 at 11:52 AM, Daniel Barclay wrote: > Are interface org.apache.drill.exec.vector.accessor.SqlAccessor and the > various classes that implement it intended only for the JDBC driver, > or are they also intended to be used elsewhere? > > (If those are only for JDBC, they should (eventually) be moved into the > JDBC module/subproject, in particular because some SqlAccessor code > defines exceptions (in the java-exec module) that need to be coordinated > with exceptions defined in the JDBC module). > > Daniel > -- > Daniel Barclay > MapR Technologies > --001a113fc0aca78a740513533291--