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 E26F4200B6D for ; Mon, 8 Aug 2016 23:53:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E1356160A91; Mon, 8 Aug 2016 21:53:22 +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 62074160AB3 for ; Mon, 8 Aug 2016 23:53:22 +0200 (CEST) Received: (qmail 55875 invoked by uid 500); 8 Aug 2016 21:53:20 -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 55836 invoked by uid 99); 8 Aug 2016 21:53:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2016 21:53:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A6BA82C0D5E for ; Mon, 8 Aug 2016 21:53:20 +0000 (UTC) Date: Mon, 8 Aug 2016 21:53:20 +0000 (UTC) From: "Venki Korukanti (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (DRILL-4732) Update JDBC driver to use the new prepared statement APIs on DrillClient MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 08 Aug 2016 21:53:23 -0000 [ https://issues.apache.org/jira/browse/DRILL-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venki Korukanti resolved DRILL-4732. ------------------------------------ Resolution: Fixed Fixed in [e02aa59|https://github.com/apache/drill/commit/e02aa596fa64f38bce773fd108f15032f8086601] > Update JDBC driver to use the new prepared statement APIs on DrillClient > ------------------------------------------------------------------------ > > Key: DRILL-4732 > URL: https://issues.apache.org/jira/browse/DRILL-4732 > Project: Apache Drill > Issue Type: Sub-task > Components: Metadata > Reporter: Venki Korukanti > Assignee: Venki Korukanti > Fix For: 1.8.0 > > > DRILL-4729 is adding new prepared statement implementation on server side and it provides APIs on DrillClient to create new prepared statement which returns metadata along with a opaque handle and submit prepared statement for execution. -- This message was sent by Atlassian JIRA (v6.3.4#6332)