You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Erik (JIRA)" <ji...@apache.org> on 2013/08/12 09:16:49 UTC

[jira] [Created] (SQOOP-1170) Can't import columns with name "public"

Erik created SQOOP-1170:
---------------------------

             Summary: Can't import columns with name "public"
                 Key: SQOOP-1170
                 URL: https://issues.apache.org/jira/browse/SQOOP-1170
             Project: Sqoop
          Issue Type: Bug
          Components: codegen
    Affects Versions: 1.4.4, 1.4.3, 1.4.2, 1.4.1-incubating, 1.4.0-incubating, 1.3.0
            Reporter: Erik


sqoop fails to generate a proper class for tables with a column named {{public}}. Possible reason: {{public}} is not included in {{JAVA_RESERVED_WORDS}} in {{ClassWriter.java}}.

Reproduce by:
1. Create table with column named {{public}}
2. Attempt to import table.

--
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