[ 
https://issues.apache.org/jira/browse/SQOOP-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13225435#comment-13225435
 ] 

Boris Partensky commented on SQOOP-448:
---------------------------------------

Hi, I am having problems submitting my diffs to reviews.apache.org.

I specified Sqoop as repository, 
"https://svn.apache.org/repos/asf/incubator/sqoop/trunk/src/java"; as base, 
that's where in my working copy I generated the diffs. When I try to submit the 
diffs, it tells me - 
The file 
'https://svn.apache.org/repos/asf/incubator/sqoop/trunk/src/java/org/apache/sqoop/manager/DirectPostgresqlManager.java'
 (r1298521) could not be found in the repository


                
> 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
>            Assignee: Boris Partensky
>              Labels: patch
>             Fix For: 1.3.0
>
>         Attachments: sqoop.patch
>
>
> 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

        

Reply via email to