Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 68406 invoked from network); 9 Sep 2010 20:19:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Sep 2010 20:19:55 -0000 Received: (qmail 44129 invoked by uid 500); 9 Sep 2010 20:19:55 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 44096 invoked by uid 500); 9 Sep 2010 20:19:55 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 44088 invoked by uid 99); 9 Sep 2010 20:19:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 20:19:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 20:19:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o89KJYY0024662 for ; Thu, 9 Sep 2010 20:19:34 GMT Message-ID: <6184156.102111284063574223.JavaMail.jira@thor> Date: Thu, 9 Sep 2010 16:19:34 -0400 (EDT) From: "Sean Flatley (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-1625) Added implementation to HivePreparedStatement, HiveBaseResultSet and HiveQueryResultSet. In-Reply-To: <26623707.102091284063453492.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Flatley updated HIVE-1625: ------------------------------- Attachment: changelog.txt testJdbcDriver.log Change log and test log file. > Added implementation to HivePreparedStatement, HiveBaseResultSet and HiveQueryResultSet. > ---------------------------------------------------------------------------------------- > > Key: HIVE-1625 > URL: https://issues.apache.org/jira/browse/HIVE-1625 > Project: Hadoop Hive > Issue Type: Improvement > Reporter: Sean Flatley > Assignee: Sean Flatley > Attachments: changelog.txt, testJdbcDriver.log > > > We implemented several of the HivePreparedStatement set methods, such as setString(int, String) and the means to substitute place holders in the SQL with the values set. > HiveQueryResultSet and HiveBaseResultSet were enhanced so that getStatement() could be implemented. > See attached change log for details. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.