Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-1846

Transformapply w/ column names fails with index-out-of-bounds

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • SystemML 0.15
    • None
    • None

    Description

      Given a simple transformapply scenario as shown in the following script

      spec = "{ids: false, recode: [ zipcode, district, view ]}";
      [X, M] = transformencode(target=F, spec=spec);
      spec2 = "{ids: false, recode: [ zipcode ]}";
      X2 = transformapply(target=F[,1], spec=spec2, meta=M);
      

      currently leads to index out-of-bounds exceptions because the column name zipcode is not found in the column names of the meta data frame. The root cause is a wrong assumption of sorted column names in the underlying implementation.

      Attachments

        Issue Links

          Activity

            People

              mboehm7 Matthias Boehm
              mboehm7 Matthias Boehm
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: