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/19 04:00:00 UTC

[jira] [Created] (SYSTEMML-1854) Transformapply w/ empty recode maps fails w/ NPE

Matthias Boehm created SYSTEMML-1854:
----------------------------------------

             Summary: Transformapply w/ empty recode maps fails w/ NPE
                 Key: SYSTEMML-1854
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1854
             Project: SystemML
          Issue Type: Bug
            Reporter: Matthias Boehm


{code}
Caused by: java.lang.NullPointerException
        at org.apache.sysml.runtime.transform.encode.EncoderRecode.lookupRCDMap(EncoderRecode.java:62)
        at org.apache.sysml.runtime.transform.encode.EncoderRecode.apply(EncoderRecode.java:133)
        at org.apache.sysml.runtime.transform.encode.EncoderComposite.apply(EncoderComposite.java:87)
        at org.apache.sysml.runtime.instructions.cp.ParameterizedBuiltinCPInstruction.processInstruction(ParameterizedBuiltinCPInstruction.java:264)
        at org.apache.sysml.runtime.controlprogram.ProgramBlock.executeSingleInstruction(ProgramBlock.java:286)
{code}



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