SQL identifiers are a superset of Java identifiers
--------------------------------------------------
Key: MAPREDUCE-1148
URL: https://issues.apache.org/jira/browse/MAPREDUCE-1148
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: contrib/sqoop
Reporter: Aaron Kimball
Assignee: Aaron Kimball
SQL identifiers can contain arbitrary characters, can start with numbers, can
be words like {{class}} which are reserved in Java, etc. If Sqoop uses these
names literally for class and field names then compilation errors can occur in
auto-generated classes. SQL identifiers need to be cleansed to map onto Java
identifiers.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.