You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Hari Shreedharan (JIRA)" <ji...@apache.org> on 2013/05/12 01:01:16 UTC

[jira] [Created] (SQOOP-1041) Framework upgrade in JdbcRepository returns the outdated value

Hari Shreedharan created SQOOP-1041:
---------------------------------------

             Summary: Framework upgrade in JdbcRepository returns the outdated value
                 Key: SQOOP-1041
                 URL: https://issues.apache.org/jira/browse/SQOOP-1041
             Project: Sqoop
          Issue Type: Bug
            Reporter: Hari Shreedharan


In this diff:
https://git-wip-us.apache.org/repos/asf?p=sqoop.git;a=blobdiff;f=core/src/main/java/org/apache/sqoop/repository/JdbcRepository.java;h=bc6af375d671b61f8e4d07b18ce5aa3a0a2e1926;hp=b2259ced4b55db39e8724979f82e28ae8c5c741f;hb=66dd617da2d866df02f430923d82d76091e10aa7;hpb=dd3bfa3981e4496a450f59fe8e2dfef903ca65a8

{code}
           upgradeFramework(mFramework);
           return result;
{code}
should really be:
{code}
           upgradeFramework(mFramework);
           return mFramework;
{code}
since we should be returning the real value that is now in the repository.

--
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