You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Tatsuya Nishiyama (JIRA)" <ji...@apache.org> on 2016/05/25 08:08:12 UTC

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

    [ https://issues.apache.org/jira/browse/SYSTEMML-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299651#comment-15299651 ] 

Tatsuya Nishiyama edited comment on SYSTEMML-626 at 5/25/16 8:07 AM:
---------------------------------------------------------------------

I submitted [PR #168 | https://github.com/apache/incubator-systemml/pull/168].


was (Author: nishiyama):
I addressed in [PR #168 | 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
>
> 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)