Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11653185CB for ; Wed, 6 May 2015 22:51:01 +0000 (UTC) Received: (qmail 70014 invoked by uid 500); 6 May 2015 22:51:00 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 69980 invoked by uid 500); 6 May 2015 22:51:00 -0000 Mailing-List: contact issues-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 issues@drill.apache.org Received: (qmail 69869 invoked by uid 99); 6 May 2015 22:51:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2015 22:51:00 +0000 Date: Wed, 6 May 2015 22:51:00 +0000 (UTC) From: "Daniel Barclay (Drill) (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (DRILL-2961) Statement.setQueryTimeout() should throw a SQLException 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/DRILL-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14531374#comment-14531374 ] Daniel Barclay (Drill) edited comment on DRILL-2961 at 5/6/15 10:50 PM: ------------------------------------------------------------------------ Part 1: DRILL-2961: Part 1--Prep., Hyg.: Split DrillStatement -> DrillStatement{,Impl}. Preparation for query/network timeout methods: - Moved class ...jdbc.DrillStatement to ...jdbc.impl.DrillStatementImpl. - Created interface ...jdbc.DrillStatement interface, extending java.sql.Statement (for place for Drill-specific narrowed declarations and documentation). Declared DrillStatementImpl to implement new DrillStatement. - Updated references. - Adjusted visibility (temporarily make somethings publich until DRILL-2089 is done more). Misc. code hygiene: - Purged extraneous imports of ResultSet. - Purged TODO made obsolete by UserException. - Misc. whitespace. was (Author: dsbos): Part 1: DRILL-2961: Part 1--Prep., Hyg.: Split DrillStatement -> DrillStatement{,Impl}. Preparation for query/network timeout methods: - Moved class ...jdbc.DrillStatement to ...jdbc.impl.DrillStatementImpl. - Created interface ...jdbc.DrillStatement interface, extending java.sql.Statement (for place for Drill-specific narrowed declarations and documentation). Declared DrillStatementImpl to implement new DrillStatement. - Updated references. - Adjusted visibility (temporarily make somethings publich until DRILL-2089 is done more). Misc. code hygiene: - Purged extraneous imports of ResultSet. - Purged TODO made obsolete by UserException. - Misc. whitespace. > Statement.setQueryTimeout() should throw a SQLException > ------------------------------------------------------- > > Key: DRILL-2961 > URL: https://issues.apache.org/jira/browse/DRILL-2961 > Project: Apache Drill > Issue Type: Bug > Components: Client - JDBC > Affects Versions: 1.0.0 > Environment: RHEL 6.4 > Reporter: Kunal Khatua > Assignee: Daniel Barclay (Drill) > Fix For: 1.0.0 > > Attachments: DRILL-2961.1Prep.2.patch.txt, DRILL-2961.2Core.2.patch.txt > > > When trying to set the timeout for a Drill Statement object, Drill does not report any SQLException which makes the developer incorrectly believe that a timeout has been set. > The operation should throw the exception: > java.sql.SQLException: Method not supported > at org.apache.drill.jdbc.DrillStatement.setQueryTimeout(DrillStatement.java) > .... -- This message was sent by Atlassian JIRA (v6.3.4#6332)