Return-Path: X-Original-To: apmail-incubator-sqoop-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-sqoop-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 960979D1C for ; Wed, 29 Feb 2012 12:44:21 +0000 (UTC) Received: (qmail 7821 invoked by uid 500); 29 Feb 2012 12:44:21 -0000 Delivered-To: apmail-incubator-sqoop-dev-archive@incubator.apache.org Received: (qmail 7735 invoked by uid 500); 29 Feb 2012 12:44:21 -0000 Mailing-List: contact sqoop-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sqoop-dev@incubator.apache.org Delivered-To: mailing list sqoop-dev@incubator.apache.org Received: (qmail 7723 invoked by uid 99); 29 Feb 2012 12:44:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 12:44:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 12:44:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 0C384C73FA for ; Wed, 29 Feb 2012 12:43:57 +0000 (UTC) Date: Wed, 29 Feb 2012 12:43:57 +0000 (UTC) From: "Boris Partensky (Created) (JIRA)" To: sqoop-dev@incubator.apache.org Message-ID: <1914867978.2677.1330519437051.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (SQOOP-448) boolean fields get nullified during postgres direct import into hive. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org boolean fields get nullified during postgres direct import into hive. --------------------------------------------------------------------- Key: SQOOP-448 URL: https://issues.apache.org/jira/browse/SQOOP-448 Project: Sqoop Issue Type: Bug Components: connectors/postgresql Affects Versions: 1.3.0 Reporter: Boris Partensky Fix For: 1.3.0 These diffs address this issue - https://issues.cloudera.org/browse/SQOOP-43. I changed DirectPostgresManager.java to special-case rewrite COPY.... command for boolean fields so that hive sees "true"/"false". The only shortcoming with my patch is that because PG jdbc driver can not tell bit data types from booleans, direct import will break with SQL cast errors if someone has real bit fields. Not sure how often people use those, but it will break direct import for that one person who does. If you have an idea on how I can make this better, let me know. Diffs are attached -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira