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

Sqoop QA bot commented on SQOOP-1154:
-------------------------------------

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12594867/bugSQOOP-1154.patch 
against branch sqoop2.

{color:green}Overall:{color} +1 all checks pass

{color:green}SUCCESS:{color} Clean was successful
{color:green}SUCCESS:{color} Patch applied correctly
{color:green}SUCCESS:{color} Patch compiled
{color:green}SUCCESS:{color} All tests passed

Console output: https://builds.apache.org/job/PreCommit-SQOOP-Build/105/console

This message is automatically generated.
                
> Sqoop2: Text partitioner might miss or include edge values
> ----------------------------------------------------------
>
>                 Key: SQOOP-1154
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1154
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.99.2
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>             Fix For: 1.99.3
>
>         Attachments: bugSQOOP-1154.patch, import_test_case.patch
>
>
> Attached is test case that will use Varchar partitioner to generate 3, 5, 10 
> and 13 partitions for interval "Breezy Badger" to "Warty Warthog". For all 
> cases generated partitions looks like the following:
> {code}
> 'Bree' <= VCCOL AND VCCOL < SOME_VALUE
> SOME_VALUE <= VCCOL AND VCCOL <= 'Wart'
> {code}
> As {{'Warty Warthog' > 'Wart'}}, the last value will be never imported. Also 
> similarly as {{'Bree' < 'Breezy Badger'}}, additional values might be 
> imported as well (for example 'Breedy Budget'). I think that the varchar 
> partitioner must have the interval boundaries there without any truncation, 
> for example:
> {code}
> 'Breezy Badget' <= VCCOL AND VCCOL < SOME_VALUE
> SOME_VALUE <= VCCOL AND VCCOL <= 'Warty Warthog'
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to