Abraham Elmahrek created SQOOP-2099:
---------------------------------------
Summary: Sqoop2: detectRepositoryVersion uses wrong casing
Key: SQOOP-2099
URL: https://issues.apache.org/jira/browse/SQOOP-2099
Project: Sqoop
Issue Type: Bug
Components: sqoop2-postgresql-repository
Affects Versions: 1.99.5
Reporter: Abraham Elmahrek
Assignee: Abraham Elmahrek
Fix For: 1.99.5
Notice the use of {{toLowerCase()}} below:
{code}
metadataResultSet = md.getTables(null,
CommonRepositorySchemaConstants.SCHEMA_SQOOP.toLowerCase(),
CommonRepositorySchemaConstants.TABLE_SQ_SYSTEM_NAME.toLowerCase(),
null);
{code}
This was done before we were escaping all identifiers. Now that SQOOP-2041 is
in, we shouldn't be doing this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)