[
https://issues.apache.org/jira/browse/SYSTEMML-617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Dusenberry closed SYSTEMML-617.
------------------------------------
> Override default namespace for imported custom functions
> --------------------------------------------------------
>
> Key: SYSTEMML-617
> URL: https://issues.apache.org/jira/browse/SYSTEMML-617
> Project: SystemML
> Issue Type: Sub-task
> Components: Parser
> Reporter: Glenn Weidner
> Assignee: Glenn Weidner
> Priority: Minor
> Fix For: SystemML 0.10
>
>
> This sub-task targets a specific scenario described in SYSTEMML-590.
> Example of error:
> org.apache.sysml.api.DMLException: org.apache.sysml.parser.LanguageException:
> ERROR: null -- line 0, column 0 -- function g is undefined in namespace
> .defaultNS
> at org.apache.sysml.api.DMLScript.executeScript(DMLScript.java:350)
> at org.apache.sysml.api.DMLScript.main(DMLScript.java:197)
> ...
> Caused by: org.apache.sysml.parser.LanguageException: ERROR: null -- line 0,
> column 0 -- function g is undefined in namespace .defaultNS
> at
> org.apache.sysml.parser.StatementBlock.isMergeableFunctionCallBlock(StatementBlock.java:201)
> at
> org.apache.sysml.parser.StatementBlock.mergeFunctionCalls(StatementBlock.java:328)
> at
> org.apache.sysml.parser.DMLTranslator.liveVariableAnalysis(DMLTranslator.java:165)
> at org.apache.sysml.api.DMLScript.execute(DMLScript.java:592)
> at org.apache.sysml.api.DMLScript.executeScript(DMLScript.java:338)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)