I think this is due to a change introduced by Fabian to fix the issue of trailing slashes. May have this side effect...
I agree, this is critical and should be fixed soon... On Tue, Mar 17, 2015 at 3:41 PM, Dániel Bali <balijanosdan...@gmail.com> wrote: > Hi! > > I fetched the new updates from the master branch recently and now all > tests fail on Windows. > > Here is a full stack trace: > https://gist.github.com/balidani/f429b62208ea90015435 > > The problem appears to be here: > > Caused by: java.lang.IllegalArgumentException: java.net.URISyntaxException: > Relative path in absolute URI: file:C: > at org.apache.flink.core.fs.Path.initialize(Path.java:244) > at org.apache.flink.core.fs.Path.<init>(Path.java:227) > at org.apache.flink.core.fs.Path.<init>(Path.java:140) > at > org.apache.flink.core.fs.local.LocalFileSystem.pathToFile(LocalFileSystem.java:147) > ... > > Does this happen to anybody else? > > > Thanks, > > Daniel > >