Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-626

source statement not resolve absolute paths

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • Parser
    • None

    Description

      Suppose we are using the default working directory "." and have a DML source statement such the following:

      source("/foo.dml") as foo;
      

      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:

      Cannot find file: .//foo.dml
      

      Attachments

        Activity

          People

            nishiyama Tatsuya Nishiyama
            deron Jon Deron Eriksson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: