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

ASF subversion and git services commented on SQOOP-1113:
--------------------------------------------------------

Commit 59c2188be7831f97d399a045d929b68a53195973 in branch refs/heads/sqoop2 
from [~jarcec]
[ https://git-wip-us.apache.org/repos/asf?p=sqoop.git;h=59c2188 ]

SQOOP-1113: Sqoop2: Text splitter will fail on interval "Breezy Badger"" to 
"Warty Warthog"

(Venkat Ranganathan via Jarek Jarcec Cecho)

                
> Sqoop2: Text splitter will fail on interval "Breezy Badger"" to "Warty 
> Warthog""
> --------------------------------------------------------------------------------
>
>                 Key: SQOOP-1113
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1113
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.99.2
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Venkat Ranganathan
>             Fix For: 1.99.3
>
>         Attachments: failing_test.patch, SQOOP-1113.patch
>
>
> Attached test case for text splitter will fail on following exception:
> {code}
> java.lang.IllegalArgumentException
>       at java.lang.Character.toChars(Character.java:4982)
>       at 
> org.apache.sqoop.connector.jdbc.GenericJdbcImportPartitioner.bigDecimalToText(GenericJdbcImportPartitioner.java:565)
>       at 
> org.apache.sqoop.connector.jdbc.GenericJdbcImportPartitioner.constructTextConditions(GenericJdbcImportPartitioner.java:500)
>       at 
> org.apache.sqoop.connector.jdbc.GenericJdbcImportPartitioner.partitionTextColumn(GenericJdbcImportPartitioner.java:269)
>       at 
> org.apache.sqoop.connector.jdbc.GenericJdbcImportPartitioner.getPartitions(GenericJdbcImportPartitioner.java:99)
>       at 
> org.apache.sqoop.connector.jdbc.GenericJdbcImportPartitioner.getPartitions(GenericJdbcImportPartitioner.java:38)
>       at 
> org.apache.sqoop.connector.jdbc.TestImportPartitioner.testVarcharPartitionUbuntuEdition(TestImportPartitioner.java:463)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at 
> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
>       at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
>       at 
> com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:74)
>       at 
> com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:196)
>       at 
> com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:64)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>       at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
> {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