[
https://issues.apache.org/jira/browse/SYSTEMML-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15233201#comment-15233201
]
Mike Dusenberry commented on SYSTEMML-617:
------------------------------------------
Merged in [commit 8dda34b13c0597dc73c6c58487d59d5bbcd9a3b7 |
https://github.com/apache/incubator-systemml/commit/8dda34b13c0597dc73c6c58487d59d5bbcd9a3b7].
> 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
>
> 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)