Github user StephanEwen commented on the pull request:
https://github.com/apache/flink/pull/1035#issuecomment-133364252
A few more comments from my side:
- The class overrides `equals()` but `hashCode()` has been removes. This
is a classical bug.
- The `compareTo()` method was a nice property (one could use Paths as
data types and keys). Would be nice to keep it.
- The main original problem was that the class did not support *mounted*
drives on Windows, as are common in environments with shared storage (Microsoft
Azure Cloud). I think these mounted drive paths start with `\\` or `//`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---