You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Deron Eriksson (JIRA)" <ji...@apache.org> on 2016/05/31 18:53:13 UTC

[jira] [Resolved] (SYSTEMML-626) source statement not resolve absolute paths

     [ https://issues.apache.org/jira/browse/SYSTEMML-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deron Eriksson resolved SYSTEMML-626.
-------------------------------------
    Resolution: Fixed

Fixed by [PR168|https://github.com/apache/incubator-systemml/pull/168].

> source statement not resolve absolute paths
> -------------------------------------------
>
>                 Key: SYSTEMML-626
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-626
>             Project: SystemML
>          Issue Type: Bug
>          Components: Parser
>            Reporter: Deron Eriksson
>            Assignee: Tatsuya Nishiyama
>
> Suppose we are using the default working directory "." and have a DML source statement such the following:
> {code}
> source("/foo.dml") as foo;
> {code}
> Rather than resolving to the absolute path, which is typical of a string path starting with a slash, this resolves to ".//foo.dml", as evidenced by:
> {code}
> Cannot find file: .//foo.dml
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)