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

Transformdecode fails on tokens w/ special characters

    XMLWordPrintableJSON

Details

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

    Description

      In the past, we already encountered issues with special tokens on transformapply where the token included the delimiter between token and code. A similar issue still exists for transformdecode which causes failures similar to the one below:

      Caused by: java.lang.NumberFormatException: For input string: ""
              at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
              at java.lang.Long.parseLong(Long.java:601)
              at java.lang.Long.parseLong(Long.java:631)
              at org.apache.sysml.runtime.transform.decode.DecoderRecode.initMetaData(DecoderRecode.java:89)
              at org.apache.sysml.runtime.transform.decode.DecoderComposite.initMetaData(DecoderComposite.java:55)
              at org.apache.sysml.runtime.transform.decode.DecoderFactory.createDecoder(DecoderFactory.java:86)
              ... 13 more
      

      This task aims to fix this issue and create global consistency for all construction and splitting of recode map entries.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: