Hi!
I fetched the new updates from the master branch recently and now all tests fail on Windows. Here is a full stack trace: The problem appears to be here:
Thanks, Daniel |
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 <[hidden email]> wrote:
|
Hi Stephan, The problem is that "file:/C:" is evaluated as a non-absolute path in `Path:isAbsolute` This hack seems to fix the issue: public boolean isAbsolute() { Best regards, Daniel 2015-03-17 16:06 GMT+01:00 Stephan Ewen <[hidden email]>:
|
Looks fine. Can you make a pull request with that fix? On Tue, Mar 17, 2015 at 4:41 PM, Dániel Bali <[hidden email]> wrote:
|
Hi,
I created a PR, I hope it's ok like this: https://github.com/apache/flink/pull/491 2015-03-17 16:51 GMT+01:00 Stephan Ewen <[hidden email]>:
|
Free forum by Nabble | Edit this page |