You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Matthias Boehm (JIRA)" <ji...@apache.org> on 2017/08/18 03:38:00 UTC

[jira] [Created] (SYSTEMML-1850) Transformdecode fails on tokens w/ special characters

Matthias Boehm created SYSTEMML-1850:
----------------------------------------

             Summary: Transformdecode fails on tokens w/ special characters
                 Key: SYSTEMML-1850
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1850
             Project: SystemML
          Issue Type: Bug
            Reporter: Matthias Boehm


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:

{code}
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
{code}

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



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)