Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.99.3
    • 1.99.5
    • sqoop2-framework
    • None

    Description

      The below code performs an unnecessary string copy.

      toDataFormat.setObjectData( matcher.getMatchingData( fromDataFormat.getObjectData() ) );
      writable.setString(toDataFormat.getTextData());
      context.write(writable, NullWritable.get());
      

      It would be better to just pass IDFs around.

      Attachments

        1. SQOOP-1349.abe.patch
          8 kB
          Abraham Elmahrek
        2. SQOOP-1349-tested.patch
          16 kB
          Veena Basavaraj

        Issue Links

          Activity

            People

              vybs Veena Basavaraj
              abec Abraham Elmahrek
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: