Deron Eriksson created SYSTEMML-626:
---------------------------------------

             Summary: 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)

Reply via email to