-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.99.5
-
Fix Version/s: 1.99.5
-
Component/s: sqoop2-postgresql-repository
-
Labels:None
Notice the use of toLowerCase() below:
metadataResultSet = md.getTables(null, CommonRepositorySchemaConstants.SCHEMA_SQOOP.toLowerCase(), CommonRepositorySchemaConstants.TABLE_SQ_SYSTEM_NAME.toLowerCase(), null);
This was done before we were escaping all identifiers. Now that SQOOP-2041 is in, we shouldn't be doing this.