Reamer commented on PR #4947:
URL: https://github.com/apache/zeppelin/pull/4947#issuecomment-3020160187

   Javadoc of `getPath()`. 
   ```
       /**
        * Gets the absolute path string of this file, within its file system. 
This path is normalized, so that {@code .}
        * and {@code ..} elements have been removed. Also, the path only 
contains {@code /} as its separator character. The
        * path always starts with {@code /}
        * <p>
        * The root of a file system has {@code /} as its absolute path.
        * </p>
        *
        * @return The path. Never returns null.
        */
       String getPath();
   ```
   
   Maybe it was a bug in vfs library. Do you have access to a Windows machine 
to validate the behaviour of the workaround with `getUri()`?
   
   I would like to get rid of the workaround.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to