Return-Path: X-Original-To: apmail-sqoop-dev-archive@www.apache.org Delivered-To: apmail-sqoop-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 E50F6101BD for ; Wed, 3 Dec 2014 18:39:12 +0000 (UTC) Received: (qmail 93020 invoked by uid 500); 3 Dec 2014 18:39:12 -0000 Delivered-To: apmail-sqoop-dev-archive@sqoop.apache.org Received: (qmail 92969 invoked by uid 500); 3 Dec 2014 18:39:12 -0000 Mailing-List: contact dev-help@sqoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sqoop.apache.org Delivered-To: mailing list dev@sqoop.apache.org Received: (qmail 92957 invoked by uid 99); 3 Dec 2014 18:39:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2014 18:39:12 +0000 Date: Wed, 3 Dec 2014 18:39:12 +0000 (UTC) From: "Veena Basavaraj (JIRA)" To: dev@sqoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SQOOP-1830) GenericJdBcExtractor does not create java date objects when extracting 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/SQOOP-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14233310#comment-14233310 ] Veena Basavaraj commented on SQOOP-1830: ---------------------------------------- ok thanks, this passed for me locally as well, I had the offending SQOOP-1815 patch in the previous commits, that resulted in issues. So I have actually moved my local stack trace I found to 1815, since that is the cause. > GenericJdBcExtractor does not create java date objects when extracting > ---------------------------------------------------------------------- > > Key: SQOOP-1830 > URL: https://issues.apache.org/jira/browse/SQOOP-1830 > Project: Sqoop > Issue Type: Bug > Components: sqoop2-framework > Reporter: Veena Basavaraj > Assignee: Veena Basavaraj > Fix For: 1.99.5 > > Attachments: SQOOP-1830-v1.patch, SQOOP-1830.patch > > > {code} > for (int i = 0; i< column; i++) { > array[i] = resultSet.getObject(i + 1) == null ? GenericJdbcConnectorConstants.SQL_NULL_VALUE > : resultSet.getObject(i + 1); > } > > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)