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

Sqoop2: Add new schema object for the Clob

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • None
    • 1.99.8
    • None
    • None

    Description

      When extract the data from database, the following code segment will be used to transform Clob into String:

      Clob clob = resultSet.getClob(i + 1);
      array[i] = clob.getSubString(1, (int)clob.length());
      

      Add new schema object for the Clob to deal with this specific situation.

      Attachments

        1. SQOOP-2838.patch
          12 kB
          Colin
        2. SQOOP-2838.patch
          11 kB
          Colin

        Issue Links

          Activity

            People

              colin Colin
              colin Colin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: