[
https://issues.apache.org/jira/browse/SQOOP-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13193470#comment-13193470
]
Hudson commented on SQOOP-430:
------------------------------
Integrated in Sqoop-ant-jdk-1.6 #79 (See
[https://builds.apache.org/job/Sqoop-ant-jdk-1.6/79/])
SQOOP-430 Duplicate Column problem with reserved words
blee : http://svn.apache.org/viewvc/?view=rev&rev=1235970
Files :
* /incubator/sqoop/trunk/src/java/org/apache/sqoop/orm/ClassWriter.java
* /incubator/sqoop/trunk/src/test/com/cloudera/sqoop/orm/TestClassWriter.java
> Duplicate Column problem with reserved words
> --------------------------------------------
>
> Key: SQOOP-430
> URL: https://issues.apache.org/jira/browse/SQOOP-430
> Project: Sqoop
> Issue Type: Bug
> Affects Versions: 1.4.0-incubating
> Reporter: Lars Francke
> Assignee: Jarek Jarcec Cecho
> Priority: Minor
> Fix For: 1.4.1-incubating
>
> Attachments: SQOOP-430.patch, SQOOP-430.patch, SQOOP-430.patch
>
>
> This is a constructed example but given a table with two columns: {{class}}
> and {{_class}} we get an error message upon running Sqoop:
> {quote}Imported Failed: Duplicate Column identifier specified: '_class{quote}
> This happens because the {{ClassWriter}} rewrites all columns that are
> reserved keywords in Java by prepending a "_".
--
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