Github user srowen commented on the pull request:
https://github.com/apache/spark/pull/5115#issuecomment-84278655
I guess my concern here is that this is changing what the method returns.
You're changing it to return a particular type of URI, while the code seems to
want it to and use it to return a host address, as it does now. This supports
IPv6 in that `InetAddress` can already be a `InetAddress6`
Isn't the fix to make this into a URI in the places where it's used in a
URI? that is I don't think this is the correct place to fix this.
It may be that this method should just return `InetAddress` and let callers
do with it as they need
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]