Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 5184B17659 for ; Sat, 31 Jan 2015 19:06:34 +0000 (UTC) Received: (qmail 53905 invoked by uid 500); 31 Jan 2015 19:06:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 53839 invoked by uid 500); 31 Jan 2015 19:06:34 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 53828 invoked by uid 500); 31 Jan 2015 19:06:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 53825 invoked by uid 99); 31 Jan 2015 19:06:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Jan 2015 19:06:34 +0000 Date: Sat, 31 Jan 2015 19:06:34 +0000 (UTC) From: "Brock Noland (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-9526) ClassCastException thrown by HiveStatement 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-9526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-9526: ------------------------------- Resolution: Fixed Fix Version/s: 1.2.0 Status: Resolved (was: Patch Available) Thank you Ashish! I have committed this to trunk. > ClassCastException thrown by HiveStatement > ------------------------------------------ > > Key: HIVE-9526 > URL: https://issues.apache.org/jira/browse/HIVE-9526 > Project: Hive > Issue Type: Bug > Reporter: Ashish Kumar Singh > Assignee: Ashish Kumar Singh > Fix For: 1.2.0 > > Attachments: HIVE-9526.patch > > > HiveStatement throws ClassCastException while trying to return query logs. > {code} > java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String > at org.apache.hive.jdbc.HiveStatement.getQueryLog(HiveStatement.java:841) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)