You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Abraham Elmahrek (JIRA)" <ji...@apache.org> on 2015/02/12 01:58:11 UTC

[jira] [Created] (SQOOP-2099) Sqoop2: detectRepositoryVersion uses wrong casing

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)