Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.2
-
None
Description
Postgresql requires non-lowercase column names to be escaped. Sqoop currently does this for the JDBC client but does not for the direct import.
I've attached a patch that brings column escaping from the JDBC side to the direct import.