[
https://issues.apache.org/jira/browse/SQOOP-2975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Svinarchuk updated SQOOP-2975:
-------------------------------------
Attachment: SQOOP-2975.patch
> Sqoop loses part of data during import
> ---------------------------------------
>
> Key: SQOOP-2975
> URL: https://issues.apache.org/jira/browse/SQOOP-2975
> Project: Sqoop
> Issue Type: Bug
> Affects Versions: 1.4.6
> Reporter: Sergey Svinarchuk
> Attachments: SQOOP-2975.patch
>
>
> Sqoop wrong splits columns with double(float) type.
> For example:
> If we split by column that looks like this:
> {code}
> 22.8
> 29.3
> 29.9
> 39.1
> 56.7
> 66.1
> 88.8
> 88.2
> 88.2
> 95.9
> {code}
> Sqoop splits it on the next ranges:
> First range - from 22.8 to 56.7
> Second range - from 95.9 to 95.9
> And then data will be lose
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)