Uploaded image for project: 'Sqoop (Retired)'
  1. Sqoop (Retired)
  2. SQOOP-2021

Sqoop2: Generic JDBC Connector extractor uses wrong nulls

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • None
    • 1.99.5
    • None
    • None

    Description

      public static final String SQL_NULL_VALUE = "null";

        if(resultSet.getObject(i + 1) == null) {
                  array[i] = GenericJdbcConnectorConstants.SQL_NULL_VALUE ;
                  continue;
                }
      
      

      a null should be object null and not STRING null

      Attachments

        1. SQOOP-2021-V1.patch
          6 kB
          Veena Basavaraj
        2. SQOOP-2021.patch
          6 kB
          Veena Basavaraj

        Issue Links

          Activity

            People

              vybs Veena Basavaraj
              vybs Veena Basavaraj
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: