Vyacheslav Zholudev created SQOOP-977:
-----------------------------------------
Summary: Fields in generated avro schema are always lower-cased
Key: SQOOP-977
URL: https://issues.apache.org/jira/browse/SQOOP-977
Project: Sqoop
Issue Type: Improvement
Reporter: Vyacheslav Zholudev
When importing from Postgres (and I guess, from other databases) to Avro, the
column names that I give to fields are not case-sensitive and always appear
lower cased in avro schema.
E.g. if I provide query like:
{code}
select account_id as accountId from accounts
{code}
in avro schema there is the "accountid" field instead of "accountId"
Is it something that can be easily fixed?
--
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